Html Css Color HEX #BBBB1B Rio Grande

📋 copy color: '#BBBB1B'

red 187 ◦ green 187 ◦ blue 27

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

Shades of Rio Grande #BBBB1B

Tints of Rio Grande #BBBB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 46.63%
G = 46.63%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBBB1B (or 0xBBBB1B) is known color: Rio Grande. HEX triplet: BB, BB and 1B. RGB value is (187,187,27). Sum of RGB (Red+Green+Blue) = 187+187+27=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB1B is #4444E4. Grayscale: #A9A9A9. Windows color (decimal): -4474085 or 1817531. OLE color: 1817531.

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

Color convert

RGB 187 187 27 -
CMYK 0 0 0.86 0.27
HSL 60º 0.75% 0.42% -
HSV(B) 60º 0.86% 0.73% -
XYZ 38.46 46.18 7.92 -
YUV 168.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 187 187 27 0 0 0.86 0.27 60 0.75 0.42
Hex BB BB 1B 0 0 56 1B 3C 4B 2A
Octal 273 273 33 0 0 126 33 74 113 52
Binary 10111011 10111011 11011 0 0 1010110 11011 111100 1001011 101010

Color Harmonies of #BBBB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB1B

Black with #BBBB1B

Text Example


Text Example

White with #BBBB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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