Html Css Color HEX #C7BA28 Barberry

📋 copy color: '#C7BA28'

red 199 ◦ green 186 ◦ blue 40

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

Shades of Barberry #C7BA28

Tints of Barberry #C7BA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.41%

R = 46.82%
G = 43.76%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7BA28 (or 0xC7BA28) is known color: Barberry. HEX triplet: C7, BA and 28. RGB value is (199,186,40). Sum of RGB (Red+Green+Blue) = 199+186+40=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA28 is #3845D7. Grayscale: #ADADAD. Windows color (decimal): -3687896 or 2669255. OLE color: 2669255.

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

Color convert

RGB 199 186 40 -
CMYK 0 0.07 0.80 0.22
HSL 55.09º 0.67% 0.47% -
HSV(B) 55.09º 0.8% 0.78% -
XYZ 41.5 47.41 8.97 -
YUV 173.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 199 186 40 0 0.07 0.80 0.22 55.09 0.67 0.47
Hex C7 BA 28 0 7 50 16 37 43 2F
Octal 307 272 50 0 7 120 26 67 103 57
Binary 11000111 10111010 101000 0 111 1010000 10110 110111 1000011 101111

Color Harmonies of #C7BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA28

Black with #C7BA28

Text Example


Text Example

White with #C7BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA28; }

 p { color: rgb(199,186,40); }

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

background-color css

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

 a { background-color: rgb(199,186,40); }

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

border-color css

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

 span { border-color: rgb(199,186,40); }

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