Html Css Color HEX #C4BA27 Barberry

📋 copy color: '#C4BA27'

red 196 ◦ green 186 ◦ blue 39

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

Shades of Barberry #C4BA27

Tints of Barberry #C4BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

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

R = 46.56%
G = 44.18%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C4BA27 (or 0xC4BA27) is known color: Barberry. HEX triplet: C4, BA and 27. RGB value is (196,186,39). Sum of RGB (Red+Green+Blue) = 196+186+39=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA27 is #3B45D8. Grayscale: #ACACAC. Windows color (decimal): -3884505 or 2603716. OLE color: 2603716.

HSL color Cylindrical-coordinate representation of color #C4BA27: hue angle of 56.18º 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 #C4BA27 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 39 -
CMYK 0 0.05 0.80 0.23
HSL 56.18º 0.67% 0.46% -
HSV(B) 56.18º 0.8% 0.77% -
XYZ 40.69 47 8.85 -
YUV 172.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 196 186 39 0 0.05 0.80 0.23 56.18 0.67 0.46
Hex C4 BA 27 0 5 50 17 38 43 2E
Octal 304 272 47 0 5 120 27 70 103 56
Binary 11000100 10111010 100111 0 101 1010000 10111 111000 1000011 101110

Color Harmonies of #C4BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA27

Black with #C4BA27

Text Example


Text Example

White with #C4BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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