#B8B929

Color #B8B929 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8B929

Tints of Rio Grande #B8B929

Color information

#B8B929 (or 0xB8B929) is unknown color: approx Rio Grande. HEX triplet: B8, B9 and 29. RGB value is (184,185,41). Sum of RGB (Red+Green+Blue) = 184+185+41=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B929 is #4746D6. Grayscale: #A8A8A8. Windows color (decimal): -4671191 or 2734520. OLE color: 2734520.

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

Color convert

RGB18418541-
CMYK0.0100.780.27
HSL60.42º63.72%44.31%-
HSV(B)60.42º77.84%72.55%-
XYZ37.5245.058.82-
YUV168.2856.17139.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 185 (72.66% from 255) = 45.12%
BLUE value IS 41 (16.41% from 255) = 10%
R=44.88%
G=45.12%
B=10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184185410.0100.780.2760.4263.7244.31
HexB8B929104E1B3c402c
Octal2702715110116337410054
Binary1011100010111001101001101001110110111111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B929; }

 p { color: rgb(184,185,41); }

 H1.HeaderClassName
 {
   color: #B8B929;
 }
 .AnyTagClassName
 {
   color: #B8B929;
 }
</style>
background-color css

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

 a { background-color: rgb(184,185,41); }

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

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

 span { border-color: rgb(184,185,41); }

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