Html Css Color HEX #C3BC2B Barberry

📋 copy color: '#C3BC2B'

red 195 ◦ green 188 ◦ blue 43

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

Shades of Barberry #C3BC2B

Tints of Barberry #C3BC2B

RGB

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

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

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

R = 45.77%
G = 44.13%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3BC2B (or 0xC3BC2B) is known color: Barberry. HEX triplet: C3, BC and 2B. RGB value is (195,188,43). Sum of RGB (Red+Green+Blue) = 195+188+43=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC2B is #3C43D4. Grayscale: #AEAEAE. Windows color (decimal): -3949525 or 2866371. OLE color: 2866371.

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

Color convert

RGB 195 188 43 -
CMYK 0 0.04 0.78 0.24
HSL 57.24º 0.64% 0.47% -
HSV(B) 57.24º 0.78% 0.76% -
XYZ 40.92 47.74 9.34 -
YUV 173.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 195 188 43 0 0.04 0.78 0.24 57.24 0.64 0.47
Hex C3 BC 2B 0 4 4E 18 39 40 2F
Octal 303 274 53 0 4 116 30 71 100 57
Binary 11000011 10111100 101011 0 100 1001110 11000 111001 1000000 101111

Color Harmonies of #C3BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC2B

Black with #C3BC2B

Text Example


Text Example

White with #C3BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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