Html Css Color HEX #C7BB2B Barberry

📋 copy color: '#C7BB2B'

red 199 ◦ green 187 ◦ blue 43

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

Shades of Barberry #C7BB2B

Tints of Barberry #C7BB2B

RGB

 RED value IS 199 (78.13% from 255) = 46.39%

 GREEN value IS 187 (73.44% from 255) = 43.59%

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

R = 46.39%
G = 43.59%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7BB2B (or 0xC7BB2B) is known color: Barberry. HEX triplet: C7, BB and 2B. RGB value is (199,187,43). Sum of RGB (Red+Green+Blue) = 199+187+43=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB2B is #3844D4. Grayscale: #AEAEAE. Windows color (decimal): -3687637 or 2866119. OLE color: 2866119.

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

Color convert

RGB 199 187 43 -
CMYK 0 0.06 0.78 0.22
HSL 55.38º 0.64% 0.47% -
HSV(B) 55.38º 0.78% 0.78% -
XYZ 41.76 47.86 9.32 -
YUV 174.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 199 187 43 0 0.06 0.78 0.22 55.38 0.64 0.47
Hex C7 BB 2B 0 6 4E 16 37 40 2F
Octal 307 273 53 0 6 116 26 67 100 57
Binary 11000111 10111011 101011 0 110 1001110 10110 110111 1000000 101111

Color Harmonies of #C7BB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BB2B

Black with #C7BB2B

Text Example


Text Example

White with #C7BB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BB2B; }

 p { color: rgb(199,187,43); }

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

background-color css

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

 a { background-color: rgb(199,187,43); }

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

border-color css

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

 span { border-color: rgb(199,187,43); }

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