Html Css Color HEX #BDBA1D Rio Grande

📋 copy color: '#BDBA1D'

red 189 ◦ green 186 ◦ blue 29

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

Shades of Rio Grande #BDBA1D

Tints of Rio Grande #BDBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 46.78%
G = 46.04%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BDBA1D (or 0xBDBA1D) is known color: Rio Grande. HEX triplet: BD, BA and 1D. RGB value is (189,186,29). Sum of RGB (Red+Green+Blue) = 189+186+29=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA1D is #4245E2. Grayscale: #A9A9A9. Windows color (decimal): -4343267 or 1948349. OLE color: 1948349.

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

Color convert

RGB 189 186 29 -
CMYK 0 0.02 0.85 0.26
HSL 58.88º 0.73% 0.43% -
HSV(B) 58.88º 0.85% 0.74% -
XYZ 38.77 46.03 8 -
YUV 169 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 189 186 29 0 0.02 0.85 0.26 58.88 0.73 0.43
Hex BD BA 1D 0 2 55 1A 3B 49 2B
Octal 275 272 35 0 2 125 32 73 111 53
Binary 10111101 10111010 11101 0 10 1010101 11010 111011 1001001 101011

Color Harmonies of #BDBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA1D

Black with #BDBA1D

Text Example


Text Example

White with #BDBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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