Html Css Color HEX #BDBA20 Rio Grande

📋 copy color: '#BDBA20'

red 189 ◦ green 186 ◦ blue 32

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

Shades of Rio Grande #BDBA20

Tints of Rio Grande #BDBA20

RGB

 RED value IS 189 (74.22% from 255) = 46.44%

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

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

R = 46.44%
G = 45.7%
B = 7.86%

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

#BDBA20 (or 0xBDBA20) is known color: Rio Grande. HEX triplet: BD, BA and 20. RGB value is (189,186,32). Sum of RGB (Red+Green+Blue) = 189+186+32=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA20 is #4245DF. Grayscale: #A9A9A9. Windows color (decimal): -4343264 or 2144957. OLE color: 2144957.

HSL color Cylindrical-coordinate representation of color #BDBA20: hue angle of 58.85º 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 #BDBA20 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 32 -
CMYK 0 0.02 0.83 0.26
HSL 58.85º 0.71% 0.43% -
HSV(B) 58.85º 0.83% 0.74% -
XYZ 38.81 46.04 8.21 -
YUV 169.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 189 186 32 0 0.02 0.83 0.26 58.85 0.71 0.43
Hex BD BA 20 0 2 53 1A 3B 47 2B
Octal 275 272 40 0 2 123 32 73 107 53
Binary 10111101 10111010 100000 0 10 1010011 11010 111011 1000111 101011

Color Harmonies of #BDBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA20

Black with #BDBA20

Text Example


Text Example

White with #BDBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA20; }

 p { color: rgb(189,186,32); }

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

background-color css

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

 a { background-color: rgb(189,186,32); }

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

border-color css

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

 span { border-color: rgb(189,186,32); }

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