Html Css Color HEX #C5BE2B Barberry

📋 copy color: '#C5BE2B'

red 197 ◦ green 190 ◦ blue 43

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

Shades of Barberry #C5BE2B

Tints of Barberry #C5BE2B

RGB

 RED value IS 197 (77.34% from 255) = 45.81%

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

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

R = 45.81%
G = 44.19%
B = 10%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5BE2B (or 0xC5BE2B) is known color: Barberry. HEX triplet: C5, BE and 2B. RGB value is (197,190,43). Sum of RGB (Red+Green+Blue) = 197+190+43=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE2B is #3A41D4. Grayscale: #AFAFAF. Windows color (decimal): -3817941 or 2866885. OLE color: 2866885.

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

Color convert

RGB 197 190 43 -
CMYK 0 0.04 0.78 0.23
HSL 57.27º 0.64% 0.47% -
HSV(B) 57.27º 0.78% 0.77% -
XYZ 41.88 48.87 9.51 -
YUV 175.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 197 190 43 0 0.04 0.78 0.23 57.27 0.64 0.47
Hex C5 BE 2B 0 4 4E 17 39 40 2F
Octal 305 276 53 0 4 116 27 71 100 57
Binary 11000101 10111110 101011 0 100 1001110 10111 111001 1000000 101111

Color Harmonies of #C5BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE2B

Black with #C5BE2B

Text Example


Text Example

White with #C5BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE2B; }

 p { color: rgb(197,190,43); }

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

background-color css

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

 a { background-color: rgb(197,190,43); }

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

border-color css

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

 span { border-color: rgb(197,190,43); }

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