Html Css Color HEX #C3BC2C Barberry

📋 copy color: '#C3BC2C'

red 195 ◦ green 188 ◦ blue 44

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

Shades of Barberry #C3BC2C

Tints of Barberry #C3BC2C

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

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

 BLUE value IS 44 (17.58% from 255) = 10.3%

R = 45.67%
G = 44.03%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3BC2C (or 0xC3BC2C) is known color: Barberry. HEX triplet: C3, BC and 2C. RGB value is (195,188,44). Sum of RGB (Red+Green+Blue) = 195+188+44=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC2C is #3C43D3. Grayscale: #AEAEAE. Windows color (decimal): -3949524 or 2931907. OLE color: 2931907.

HSL color Cylindrical-coordinate representation of color #C3BC2C: hue angle of 57.22º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3BC2C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 44 -
CMYK 0 0.04 0.77 0.24
HSL 57.22º 0.63% 0.47% -
HSV(B) 57.22º 0.77% 0.76% -
XYZ 40.94 47.75 9.44 -
YUV 173.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 195 188 44 0 0.04 0.77 0.24 57.22 0.63 0.47
Hex C3 BC 2C 0 4 4D 18 39 3F 2F
Octal 303 274 54 0 4 115 30 71 77 57
Binary 11000011 10111100 101100 0 100 1001101 11000 111001 111111 101111

Color Harmonies of #C3BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC2C

Black with #C3BC2C

Text Example


Text Example

White with #C3BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC2C; }

 p { color: rgb(195,188,44); }

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

background-color css

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

 a { background-color: rgb(195,188,44); }

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

border-color css

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

 span { border-color: rgb(195,188,44); }

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