Html Css Color HEX #C1BF2F Barberry

📋 copy color: '#C1BF2F'

red 193 ◦ green 191 ◦ blue 47

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

Shades of Barberry #C1BF2F

Tints of Barberry #C1BF2F

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 44.78%
G = 44.32%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1BF2F (or 0xC1BF2F) is known color: Barberry. HEX triplet: C1, BF and 2F. RGB value is (193,191,47). Sum of RGB (Red+Green+Blue) = 193+191+47=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF2F is #3E40D0. Grayscale: #AFAFAF. Windows color (decimal): -4079825 or 3129281. OLE color: 3129281.

HSL color Cylindrical-coordinate representation of color #C1BF2F: hue angle of 59.18º degrees, saturation: 0.61, 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 #C1BF2F is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 191 47 -
CMYK 0 0.01 0.76 0.24
HSL 59.18º 0.61% 0.47% -
HSV(B) 59.18º 0.76% 0.76% -
XYZ 41.14 48.8 9.94 -
YUV 175.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 193 191 47 0 0.01 0.76 0.24 59.18 0.61 0.47
Hex C1 BF 2F 0 1 4C 18 3B 3D 2F
Octal 301 277 57 0 1 114 30 73 75 57
Binary 11000001 10111111 101111 0 1 1001100 11000 111011 111101 101111

Color Harmonies of #C1BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF2F

Black with #C1BF2F

Text Example


Text Example

White with #C1BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF2F; }

 p { color: rgb(193,191,47); }

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

background-color css

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

 a { background-color: rgb(193,191,47); }

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

border-color css

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

 span { border-color: rgb(193,191,47); }

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