Html Css Color HEX #BBBA1C Rio Grande

📋 copy color: '#BBBA1C'

red 187 ◦ green 186 ◦ blue 28

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

Shades of Rio Grande #BBBA1C

Tints of Rio Grande #BBBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.98%

R = 46.63%
G = 46.38%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BBBA1C (or 0xBBBA1C) is known color: Rio Grande. HEX triplet: BB, BA and 1C. RGB value is (187,186,28). Sum of RGB (Red+Green+Blue) = 187+186+28=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA1C is #4445E3. Grayscale: #A8A8A8. Windows color (decimal): -4474340 or 1882811. OLE color: 1882811.

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

Color convert

RGB 187 186 28 -
CMYK 0 0.01 0.85 0.27
HSL 59.62º 0.74% 0.42% -
HSV(B) 59.62º 0.85% 0.73% -
XYZ 38.26 45.77 7.92 -
YUV 168.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 187 186 28 0 0.01 0.85 0.27 59.62 0.74 0.42
Hex BB BA 1C 0 1 55 1B 3C 4A 2A
Octal 273 272 34 0 1 125 33 74 112 52
Binary 10111011 10111010 11100 0 1 1010101 11011 111100 1001010 101010

Color Harmonies of #BBBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA1C

Black with #BBBA1C

Text Example


Text Example

White with #BBBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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