Html Css Color HEX #BBBA1D Rio Grande

📋 copy color: '#BBBA1D'

red 187 ◦ green 186 ◦ blue 29

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

Shades of Rio Grande #BBBA1D

Tints of Rio Grande #BBBA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 29 (11.72% from 255) = 7.21%

R = 46.52%
G = 46.27%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBBA1D (or 0xBBBA1D) is known color: Rio Grande. HEX triplet: BB, BA and 1D. RGB value is (187,186,29). Sum of RGB (Red+Green+Blue) = 187+186+29=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA1D is #4445E2. Grayscale: #A9A9A9. Windows color (decimal): -4474339 or 1948347. OLE color: 1948347.

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

Color convert

RGB 187 186 29 -
CMYK 0 0.01 0.84 0.27
HSL 59.62º 0.73% 0.42% -
HSV(B) 59.62º 0.84% 0.73% -
XYZ 38.27 45.77 7.98 -
YUV 168.4 49.33 141.27 -
System Red Green Blue C M Y K H S L
Decimal 187 186 29 0 0.01 0.84 0.27 59.62 0.73 0.42
Hex BB BA 1D 0 1 54 1B 3C 49 2A
Octal 273 272 35 0 1 124 33 74 111 52
Binary 10111011 10111010 11101 0 1 1010100 11011 111100 1001001 101010

Color Harmonies of #BBBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA1D

Black with #BBBA1D

Text Example


Text Example

White with #BBBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA1D; }

 p { color: rgb(187,186,29); }

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

background-color css

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

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

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

border-color css

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

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

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