Html Css Color HEX #C3BE2E Barberry

📋 copy color: '#C3BE2E'

red 195 ◦ green 190 ◦ blue 46

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

Shades of Barberry #C3BE2E

Tints of Barberry #C3BE2E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 46 (18.36% from 255) = 10.67%

R = 45.24%
G = 44.08%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3BE2E (or 0xC3BE2E) is known color: Barberry. HEX triplet: C3, BE and 2E. RGB value is (195,190,46). Sum of RGB (Red+Green+Blue) = 195+190+46=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE2E is #3C41D1. Grayscale: #AFAFAF. Windows color (decimal): -3949010 or 3063491. OLE color: 3063491.

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

Color convert

RGB 195 190 46 -
CMYK 0 0.03 0.76 0.24
HSL 57.99º 0.62% 0.47% -
HSV(B) 57.99º 0.76% 0.76% -
XYZ 41.41 48.63 9.79 -
YUV 175.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 195 190 46 0 0.03 0.76 0.24 57.99 0.62 0.47
Hex C3 BE 2E 0 3 4C 18 3A 3E 2F
Octal 303 276 56 0 3 114 30 72 76 57
Binary 11000011 10111110 101110 0 11 1001100 11000 111010 111110 101111

Color Harmonies of #C3BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE2E

Black with #C3BE2E

Text Example


Text Example

White with #C3BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE2E; }

 p { color: rgb(195,190,46); }

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

background-color css

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

 a { background-color: rgb(195,190,46); }

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

border-color css

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

 span { border-color: rgb(195,190,46); }

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