Html Css Color HEX #C6B827 Barberry

📋 copy color: '#C6B827'

red 198 ◦ green 184 ◦ blue 39

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

Shades of Barberry #C6B827

Tints of Barberry #C6B827

RGB

 RED value IS 198 (77.73% from 255) = 47.03%

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

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

R = 47.03%
G = 43.71%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6B827 (or 0xC6B827) is known color: Barberry. HEX triplet: C6, B8 and 27. RGB value is (198,184,39). Sum of RGB (Red+Green+Blue) = 198+184+39=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B827 is #3947D8. Grayscale: #ACACAC. Windows color (decimal): -3753945 or 2603206. OLE color: 2603206.

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

Color convert

RGB 198 184 39 -
CMYK 0 0.07 0.80 0.22
HSL 54.72º 0.67% 0.46% -
HSV(B) 54.72º 0.8% 0.78% -
XYZ 40.8 46.43 8.73 -
YUV 171.66 53.14 146.79 -
System Red Green Blue C M Y K H S L
Decimal 198 184 39 0 0.07 0.80 0.22 54.72 0.67 0.46
Hex C6 B8 27 0 7 50 16 37 43 2E
Octal 306 270 47 0 7 120 26 67 103 56
Binary 11000110 10111000 100111 0 111 1010000 10110 110111 1000011 101110

Color Harmonies of #C6B827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B827

Black with #C6B827

Text Example


Text Example

White with #C6B827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B827; }

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

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

background-color css

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

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

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

border-color css

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

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

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