Html Css Color HEX #C6BA2A Barberry

📋 copy color: '#C6BA2A'

red 198 ◦ green 186 ◦ blue 42

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

Shades of Barberry #C6BA2A

Tints of Barberry #C6BA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 46.48%
G = 43.66%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6BA2A (or 0xC6BA2A) is known color: Barberry. HEX triplet: C6, BA and 2A. RGB value is (198,186,42). Sum of RGB (Red+Green+Blue) = 198+186+42=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA2A is #3945D5. Grayscale: #ADADAD. Windows color (decimal): -3753430 or 2800326. OLE color: 2800326.

HSL color Cylindrical-coordinate representation of color #C6BA2A: hue angle of 55.38º degrees, saturation: 0.65, 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 #C6BA2A is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 42 -
CMYK 0 0.06 0.79 0.22
HSL 55.38º 0.65% 0.47% -
HSV(B) 55.38º 0.79% 0.78% -
XYZ 41.27 47.29 9.14 -
YUV 173.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 198 186 42 0 0.06 0.79 0.22 55.38 0.65 0.47
Hex C6 BA 2A 0 6 4F 16 37 41 2F
Octal 306 272 52 0 6 117 26 67 101 57
Binary 11000110 10111010 101010 0 110 1001111 10110 110111 1000001 101111

Color Harmonies of #C6BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA2A

Black with #C6BA2A

Text Example


Text Example

White with #C6BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA2A; }

 p { color: rgb(198,186,42); }

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

background-color css

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

 a { background-color: rgb(198,186,42); }

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

border-color css

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

 span { border-color: rgb(198,186,42); }

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