Html Css Color HEX #C3BF2B Barberry

📋 copy color: '#C3BF2B'

red 195 ◦ green 191 ◦ blue 43

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

Shades of Barberry #C3BF2B

Tints of Barberry #C3BF2B

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

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

R = 45.45%
G = 44.52%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3BF2B (or 0xC3BF2B) is known color: Barberry. HEX triplet: C3, BF and 2B. RGB value is (195,191,43). Sum of RGB (Red+Green+Blue) = 195+191+43=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF2B is #3C40D4. Grayscale: #AFAFAF. Windows color (decimal): -3948757 or 2867139. OLE color: 2867139.

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

Color convert

RGB 195 191 43 -
CMYK 0 0.02 0.78 0.24
HSL 58.42º 0.64% 0.47% -
HSV(B) 58.42º 0.78% 0.76% -
XYZ 41.57 49.04 9.56 -
YUV 175.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 195 191 43 0 0.02 0.78 0.24 58.42 0.64 0.47
Hex C3 BF 2B 0 2 4E 18 3A 40 2F
Octal 303 277 53 0 2 116 30 72 100 57
Binary 11000011 10111111 101011 0 10 1001110 11000 111010 1000000 101111

Color Harmonies of #C3BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BF2B

Black with #C3BF2B

Text Example


Text Example

White with #C3BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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