Html Css Color HEX #C6BC2B Barberry

📋 copy color: '#C6BC2B'

red 198 ◦ green 188 ◦ blue 43

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

Shades of Barberry #C6BC2B

Tints of Barberry #C6BC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.82%

 BLUE value IS 43 (17.19% from 255) = 10.02%

R = 46.15%
G = 43.82%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6BC2B (or 0xC6BC2B) is known color: Barberry. HEX triplet: C6, BC and 2B. RGB value is (198,188,43). Sum of RGB (Red+Green+Blue) = 198+188+43=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC2B is #3943D4. Grayscale: #AFAFAF. Windows color (decimal): -3752917 or 2866374. OLE color: 2866374.

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

Color convert

RGB 198 188 43 -
CMYK 0 0.05 0.78 0.22
HSL 56.13º 0.64% 0.47% -
HSV(B) 56.13º 0.78% 0.78% -
XYZ 41.71 48.15 9.38 -
YUV 174.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 198 188 43 0 0.05 0.78 0.22 56.13 0.64 0.47
Hex C6 BC 2B 0 5 4E 16 38 40 2F
Octal 306 274 53 0 5 116 26 70 100 57
Binary 11000110 10111100 101011 0 101 1001110 10110 111000 1000000 101111

Color Harmonies of #C6BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC2B

Black with #C6BC2B

Text Example


Text Example

White with #C6BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC2B; }

 p { color: rgb(198,188,43); }

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

background-color css

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

 a { background-color: rgb(198,188,43); }

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

border-color css

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

 span { border-color: rgb(198,188,43); }

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