#BCB923

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

Shades of Rio Grande #BCB923

Tints of Rio Grande #BCB923

Color information

#BCB923 (or 0xBCB923) is unknown color: approx Rio Grande. HEX triplet: BC, B9 and 23. RGB value is (188,185,35). Sum of RGB (Red+Green+Blue) = 188+185+35=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB923 is #4346DC. Grayscale: #A9A9A9. Windows color (decimal): -4409053 or 2341308. OLE color: 2341308.

HSL color Cylindrical-coordinate representation of color #BCB923: hue angle of 58.82º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCB923 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18818535-
CMYK00.020.810.26
HSL58.82º68.61%43.73%-
HSV(B)58.82º81.38%73.73%-
XYZ38.3945.518.35-
YUV168.852.49141.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 185 (72.66% from 255) = 45.34%
BLUE value IS 35 (14.06% from 255) = 8.58%
R=46.08%
G=45.34%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881853500.020.810.2658.8268.6143.73
HexBCB92302511A3b452c
Octal2742714302121327310554
Binary10111100101110011000110101010001110101110111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB923; }

 p { color: rgb(188,185,35); }

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

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

 a { background-color: rgb(188,185,35); }

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

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

 span { border-color: rgb(188,185,35); }

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