Html Css Color HEX #BFBB1F Rio Grande

📋 copy color: '#BFBB1F'

red 191 ◦ green 187 ◦ blue 31

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

Shades of Rio Grande #BFBB1F

Tints of Rio Grande #BFBB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 46.7%
G = 45.72%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BFBB1F (or 0xBFBB1F) is known color: Rio Grande. HEX triplet: BF, BB and 1F. RGB value is (191,187,31). Sum of RGB (Red+Green+Blue) = 191+187+31=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB1F is #4044E0. Grayscale: #ABABAB. Windows color (decimal): -4211937 or 2079679. OLE color: 2079679.

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

Color convert

RGB 191 187 31 -
CMYK 0 0.02 0.84 0.25
HSL 58.5º 0.72% 0.44% -
HSV(B) 58.5º 0.84% 0.75% -
XYZ 39.5 46.72 8.23 -
YUV 170.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 191 187 31 0 0.02 0.84 0.25 58.5 0.72 0.44
Hex BF BB 1F 0 2 54 19 3A 48 2C
Octal 277 273 37 0 2 124 31 72 110 54
Binary 10111111 10111011 11111 0 10 1010100 11001 111010 1001000 101100

Color Harmonies of #BFBB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB1F

Black with #BFBB1F

Text Example


Text Example

White with #BFBB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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