Html Css Color HEX #C3BF2A Barberry

📋 copy color: '#C3BF2A'

red 195 ◦ green 191 ◦ blue 42

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

Shades of Barberry #C3BF2A

Tints of Barberry #C3BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 45.56%
G = 44.63%
B = 9.81%

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

#C3BF2A (or 0xC3BF2A) is known color: Barberry. HEX triplet: C3, BF and 2A. RGB value is (195,191,42). Sum of RGB (Red+Green+Blue) = 195+191+42=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF2A is #3C40D5. Grayscale: #AFAFAF. Windows color (decimal): -3948758 or 2801603. OLE color: 2801603.

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

Color convert

RGB 195 191 42 -
CMYK 0 0.02 0.78 0.24
HSL 58.43º 0.65% 0.46% -
HSV(B) 58.43º 0.78% 0.76% -
XYZ 41.55 49.03 9.46 -
YUV 175.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 195 191 42 0 0.02 0.78 0.24 58.43 0.65 0.46
Hex C3 BF 2A 0 2 4E 18 3A 41 2E
Octal 303 277 52 0 2 116 30 72 101 56
Binary 11000011 10111111 101010 0 10 1001110 11000 111010 1000001 101110

Color Harmonies of #C3BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BF2A

Black with #C3BF2A

Text Example


Text Example

White with #C3BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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