Html Css Color HEX #C4BC27 Barberry

📋 copy color: '#C4BC27'

red 196 ◦ green 188 ◦ blue 39

#C4BC27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #C4BC27

Tints of Barberry #C4BC27

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 46.34%
G = 44.44%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4BC27 (or 0xC4BC27) is known color: Barberry. HEX triplet: C4, BC and 27. RGB value is (196,188,39). Sum of RGB (Red+Green+Blue) = 196+188+39=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC27 is #3B43D8. Grayscale: #AEAEAE. Windows color (decimal): -3883993 or 2604228. OLE color: 2604228.

HSL color Cylindrical-coordinate representation of color #C4BC27: hue angle of 56.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4BC27 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 39 -
CMYK 0 0.04 0.80 0.23
HSL 56.94º 0.67% 0.46% -
HSV(B) 56.94º 0.8% 0.77% -
XYZ 41.11 47.85 8.99 -
YUV 173.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 196 188 39 0 0.04 0.80 0.23 56.94 0.67 0.46
Hex C4 BC 27 0 4 50 17 39 43 2E
Octal 304 274 47 0 4 120 27 71 103 56
Binary 11000100 10111100 100111 0 100 1010000 10111 111001 1000011 101110

Color Harmonies of #C4BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC27

Black with #C4BC27

Text Example


Text Example

White with #C4BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC27; }

 p { color: rgb(196,188,39); }

 H1.HeaderClassName
 {
   color: #C4BC27;
 }
 .AnyTagClassName
 {
   color: #C4BC27;
 }
</style>

background-color css

<style>
 a { background-color: #C4BC27; }

 a { background-color: rgb(196,188,39); }

 div.DivClassName
 {
   background-color: #C4BC27;
 }
 .BgClassName
 {
   background-color: #C4BC27;
 }
</style>

border-color css

<style>
 span { border-color: #C4BC27; }

 span { border-color: rgb(196,188,39); }

 td.TdClassName
 {
   border-color: #C4BC27;
 }
 .TagClassName
 {
   border-color: #C4BC27;
 }
</style>