Html Css Color HEX #C7BD2B Barberry

📋 copy color: '#C7BD2B'

red 199 ◦ green 189 ◦ blue 43

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

Shades of Barberry #C7BD2B

Tints of Barberry #C7BD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 46.17%
G = 43.85%
B = 9.98%

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

#C7BD2B (or 0xC7BD2B) is known color: Barberry. HEX triplet: C7, BD and 2B. RGB value is (199,189,43). Sum of RGB (Red+Green+Blue) = 199+189+43=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD2B is #3842D4. Grayscale: #AFAFAF. Windows color (decimal): -3687125 or 2866631. OLE color: 2866631.

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

Color convert

RGB 199 189 43 -
CMYK 0 0.05 0.78 0.22
HSL 56.15º 0.64% 0.47% -
HSV(B) 56.15º 0.78% 0.78% -
XYZ 42.19 48.71 9.46 -
YUV 175.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 199 189 43 0 0.05 0.78 0.22 56.15 0.64 0.47
Hex C7 BD 2B 0 5 4E 16 38 40 2F
Octal 307 275 53 0 5 116 26 70 100 57
Binary 11000111 10111101 101011 0 101 1001110 10110 111000 1000000 101111

Color Harmonies of #C7BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD2B

Black with #C7BD2B

Text Example


Text Example

White with #C7BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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