Html Css Color HEX #BDBB19 La Rioja

📋 copy color: '#BDBB19'

red 189 ◦ green 187 ◦ blue 25

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

Shades of La Rioja #BDBB19

Tints of La Rioja #BDBB19

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 47.13%
G = 46.63%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDBB19 (or 0xBDBB19) is known color: La Rioja. HEX triplet: BD, BB and 19. RGB value is (189,187,25). Sum of RGB (Red+Green+Blue) = 189+187+25=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB19 is #4244E6. Grayscale: #A9A9A9. Windows color (decimal): -4343015 or 1686461. OLE color: 1686461.

HSL color Cylindrical-coordinate representation of color #BDBB19: hue angle of 59.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDBB19 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 25 -
CMYK 0 0.01 0.87 0.26
HSL 59.27º 0.77% 0.42% -
HSV(B) 59.27º 0.87% 0.74% -
XYZ 38.93 46.43 7.83 -
YUV 169.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 189 187 25 0 0.01 0.87 0.26 59.27 0.77 0.42
Hex BD BB 19 0 1 57 1A 3B 4D 2A
Octal 275 273 31 0 1 127 32 73 115 52
Binary 10111101 10111011 11001 0 1 1010111 11010 111011 1001101 101010

Color Harmonies of #BDBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB19

Black with #BDBB19

Text Example


Text Example

White with #BDBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB19; }

 p { color: rgb(189,187,25); }

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

background-color css

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

 a { background-color: rgb(189,187,25); }

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

border-color css

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

 span { border-color: rgb(189,187,25); }

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