Html Css Color HEX #BBB925 Rio Grande

📋 copy color: '#BBB925'

red 187 ◦ green 185 ◦ blue 37

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

Shades of Rio Grande #BBB925

Tints of Rio Grande #BBB925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 37 (14.84% from 255) = 9.05%

R = 45.72%
G = 45.23%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBB925 (or 0xBBB925) is known color: Rio Grande. HEX triplet: BB, B9 and 25. RGB value is (187,185,37). Sum of RGB (Red+Green+Blue) = 187+185+37=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB925 is #4446DA. Grayscale: #A9A9A9. Windows color (decimal): -4474587 or 2472379. OLE color: 2472379.

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

Color convert

RGB 187 185 37 -
CMYK 0 0.01 0.80 0.27
HSL 59.2º 0.67% 0.44% -
HSV(B) 59.2º 0.8% 0.73% -
XYZ 38.18 45.4 8.5 -
YUV 168.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 187 185 37 0 0.01 0.80 0.27 59.2 0.67 0.44
Hex BB B9 25 0 1 50 1B 3B 43 2C
Octal 273 271 45 0 1 120 33 73 103 54
Binary 10111011 10111001 100101 0 1 1010000 11011 111011 1000011 101100

Color Harmonies of #BBB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB925

Black with #BBB925

Text Example


Text Example

White with #BBB925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB925; }

 p { color: rgb(187,185,37); }

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

background-color css

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

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

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

border-color css

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

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

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