Html Css Color HEX #BFBB20 Rio Grande

📋 copy color: '#BFBB20'

red 191 ◦ green 187 ◦ blue 32

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

Shades of Rio Grande #BFBB20

Tints of Rio Grande #BFBB20

RGB

 RED value IS 191 (75% from 255) = 46.59%

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 32 (12.89% from 255) = 7.8%

R = 46.59%
G = 45.61%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFBB20 (or 0xBFBB20) is known color: Rio Grande. HEX triplet: BF, BB and 20. RGB value is (191,187,32). Sum of RGB (Red+Green+Blue) = 191+187+32=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB20 is #4044DF. Grayscale: #ABABAB. Windows color (decimal): -4211936 or 2145215. OLE color: 2145215.

HSL color Cylindrical-coordinate representation of color #BFBB20: hue angle of 58.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFBB20 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 32 -
CMYK 0 0.02 0.83 0.25
HSL 58.49º 0.71% 0.44% -
HSV(B) 58.49º 0.83% 0.75% -
XYZ 39.52 46.72 8.3 -
YUV 170.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 191 187 32 0 0.02 0.83 0.25 58.49 0.71 0.44
Hex BF BB 20 0 2 53 19 3A 47 2C
Octal 277 273 40 0 2 123 31 72 107 54
Binary 10111111 10111011 100000 0 10 1010011 11001 111010 1000111 101100

Color Harmonies of #BFBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB20

Black with #BFBB20

Text Example


Text Example

White with #BFBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB20; }

 p { color: rgb(191,187,32); }

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

background-color css

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

 a { background-color: rgb(191,187,32); }

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

border-color css

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

 span { border-color: rgb(191,187,32); }

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