Html Css Color HEX #C6B929 Barberry

📋 copy color: '#C6B929'

red 198 ◦ green 185 ◦ blue 41

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

Shades of Barberry #C6B929

Tints of Barberry #C6B929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 46.7%
G = 43.63%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6B929 (or 0xC6B929) is known color: Barberry. HEX triplet: C6, B9 and 29. RGB value is (198,185,41). Sum of RGB (Red+Green+Blue) = 198+185+41=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B929 is #3946D6. Grayscale: #ADADAD. Windows color (decimal): -3753687 or 2734534. OLE color: 2734534.

HSL color Cylindrical-coordinate representation of color #C6B929: hue angle of 55.03º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6B929 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 185 41 -
CMYK 0 0.07 0.79 0.22
HSL 55.03º 0.66% 0.47% -
HSV(B) 55.03º 0.79% 0.78% -
XYZ 41.04 46.86 8.98 -
YUV 172.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 198 185 41 0 0.07 0.79 0.22 55.03 0.66 0.47
Hex C6 B9 29 0 7 4F 16 37 42 2F
Octal 306 271 51 0 7 117 26 67 102 57
Binary 11000110 10111001 101001 0 111 1001111 10110 110111 1000010 101111

Color Harmonies of #C6B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B929

Black with #C6B929

Text Example


Text Example

White with #C6B929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B929; }

 p { color: rgb(198,185,41); }

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

background-color css

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

 a { background-color: rgb(198,185,41); }

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

border-color css

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

 span { border-color: rgb(198,185,41); }

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