Html Css Color HEX #BCB820 Rio Grande

📋 copy color: '#BCB820'

red 188 ◦ green 184 ◦ blue 32

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

Shades of Rio Grande #BCB820

Tints of Rio Grande #BCB820

RGB

 RED value IS 188 (73.83% from 255) = 46.53%

 GREEN value IS 184 (72.27% from 255) = 45.54%

 BLUE value IS 32 (12.89% from 255) = 7.92%

R = 46.53%
G = 45.54%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCB820 (or 0xBCB820) is known color: Rio Grande. HEX triplet: BC, B8 and 20. RGB value is (188,184,32). Sum of RGB (Red+Green+Blue) = 188+184+32=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB820 is #4347DF. Grayscale: #A8A8A8. Windows color (decimal): -4409312 or 2144444. OLE color: 2144444.

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

Color convert

RGB 188 184 32 -
CMYK 0 0.02 0.83 0.26
HSL 58.46º 0.71% 0.43% -
HSV(B) 58.46º 0.83% 0.74% -
XYZ 38.14 45.08 8.06 -
YUV 167.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 188 184 32 0 0.02 0.83 0.26 58.46 0.71 0.43
Hex BC B8 20 0 2 53 1A 3A 47 2B
Octal 274 270 40 0 2 123 32 72 107 53
Binary 10111100 10111000 100000 0 10 1010011 11010 111010 1000111 101011

Color Harmonies of #BCB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB820

Black with #BCB820

Text Example


Text Example

White with #BCB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB820; }

 p { color: rgb(188,184,32); }

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

background-color css

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

 a { background-color: rgb(188,184,32); }

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

border-color css

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

 span { border-color: rgb(188,184,32); }

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