Html Css Color HEX #C7BC27 Barberry

📋 copy color: '#C7BC27'

red 199 ◦ green 188 ◦ blue 39

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

Shades of Barberry #C7BC27

Tints of Barberry #C7BC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.15%

R = 46.71%
G = 44.13%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7BC27 (or 0xC7BC27) is known color: Barberry. HEX triplet: C7, BC and 27. RGB value is (199,188,39). Sum of RGB (Red+Green+Blue) = 199+188+39=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC27 is #3843D8. Grayscale: #AEAEAE. Windows color (decimal): -3687385 or 2604231. OLE color: 2604231.

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

Color convert

RGB 199 188 39 -
CMYK 0 0.06 0.80 0.22
HSL 55.88º 0.67% 0.47% -
HSV(B) 55.88º 0.8% 0.78% -
XYZ 41.9 48.26 9.03 -
YUV 174.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 199 188 39 0 0.06 0.80 0.22 55.88 0.67 0.47
Hex C7 BC 27 0 6 50 16 38 43 2F
Octal 307 274 47 0 6 120 26 70 103 57
Binary 11000111 10111100 100111 0 110 1010000 10110 111000 1000011 101111

Color Harmonies of #C7BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC27

Black with #C7BC27

Text Example


Text Example

White with #C7BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC27; }

 p { color: rgb(199,188,39); }

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

background-color css

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

 a { background-color: rgb(199,188,39); }

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

border-color css

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

 span { border-color: rgb(199,188,39); }

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