Html Css Color HEX #BDB50B La Rioja

📋 copy color: '#BDB50B'

red 189 ◦ green 181 ◦ blue 11

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

Shades of La Rioja #BDB50B

Tints of La Rioja #BDB50B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 49.61%
G = 47.51%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDB50B (or 0xBDB50B) is known color: La Rioja. HEX triplet: BD, B5 and 0B. RGB value is (189,181,11). Sum of RGB (Red+Green+Blue) = 189+181+11=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB50B is #424AF4. Grayscale: #A4A4A4. Windows color (decimal): -4344565 or 767421. OLE color: 767421.

HSL color Cylindrical-coordinate representation of color #BDB50B: hue angle of 57.3º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDB50B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 11 -
CMYK 0 0.04 0.94 0.26
HSL 57.3º 0.89% 0.39% -
HSV(B) 57.3º 0.94% 0.74% -
XYZ 37.57 43.89 6.81 -
YUV 164.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 189 181 11 0 0.04 0.94 0.26 57.3 0.89 0.39
Hex BD B5 B 0 4 5E 1A 39 59 27
Octal 275 265 13 0 4 136 32 71 131 47
Binary 10111101 10110101 1011 0 100 1011110 11010 111001 1011001 100111

Color Harmonies of #BDB50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB50B

Black with #BDB50B

Text Example


Text Example

White with #BDB50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB50B; }

 p { color: rgb(189,181,11); }

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

background-color css

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

 a { background-color: rgb(189,181,11); }

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

border-color css

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

 span { border-color: rgb(189,181,11); }

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