Html Css Color HEX #BBBB1F Rio Grande

📋 copy color: '#BBBB1F'

red 187 ◦ green 187 ◦ blue 31

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

Shades of Rio Grande #BBBB1F

Tints of Rio Grande #BBBB1F

RGB

 RED value IS 187 (73.44% from 255) = 46.17%

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

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

R = 46.17%
G = 46.17%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBBB1F (or 0xBBBB1F) is known color: Rio Grande. HEX triplet: BB, BB and 1F. RGB value is (187,187,31). Sum of RGB (Red+Green+Blue) = 187+187+31=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB1F is #4444E0. Grayscale: #A9A9A9. Windows color (decimal): -4474081 or 2079675. OLE color: 2079675.

HSL color Cylindrical-coordinate representation of color #BBBB1F: hue angle of 60º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBBB1F is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 31 -
CMYK 0 0 0.83 0.27
HSL 60º 0.72% 0.43% -
HSV(B) 60º 0.83% 0.73% -
XYZ 38.51 46.2 8.18 -
YUV 169.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 187 187 31 0 0 0.83 0.27 60 0.72 0.43
Hex BB BB 1F 0 0 53 1B 3C 48 2B
Octal 273 273 37 0 0 123 33 74 110 53
Binary 10111011 10111011 11111 0 0 1010011 11011 111100 1001000 101011

Color Harmonies of #BBBB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB1F

Black with #BBBB1F

Text Example


Text Example

White with #BBBB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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