Html Css Color HEX #C5B827 Barberry

📋 copy color: '#C5B827'

red 197 ◦ green 184 ◦ blue 39

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

Shades of Barberry #C5B827

Tints of Barberry #C5B827

RGB

 RED value IS 197 (77.34% from 255) = 46.9%

 GREEN value IS 184 (72.27% from 255) = 43.81%

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

R = 46.9%
G = 43.81%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C5B827 (or 0xC5B827) is known color: Barberry. HEX triplet: C5, B8 and 27. RGB value is (197,184,39). Sum of RGB (Red+Green+Blue) = 197+184+39=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B827 is #3A47D8. Grayscale: #ABABAB. Windows color (decimal): -3819481 or 2603205. OLE color: 2603205.

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

Color convert

RGB 197 184 39 -
CMYK 0 0.07 0.80 0.23
HSL 55.06º 0.67% 0.46% -
HSV(B) 55.06º 0.8% 0.77% -
XYZ 40.53 46.3 8.72 -
YUV 171.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 197 184 39 0 0.07 0.80 0.23 55.06 0.67 0.46
Hex C5 B8 27 0 7 50 17 37 43 2E
Octal 305 270 47 0 7 120 27 67 103 56
Binary 11000101 10111000 100111 0 111 1010000 10111 110111 1000011 101110

Color Harmonies of #C5B827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B827

Black with #C5B827

Text Example


Text Example

White with #C5B827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B827; }

 p { color: rgb(197,184,39); }

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

background-color css

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

 a { background-color: rgb(197,184,39); }

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

border-color css

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

 span { border-color: rgb(197,184,39); }

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