Html Css Color HEX #BDB90B La Rioja

📋 copy color: '#BDB90B'

red 189 ◦ green 185 ◦ blue 11

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

Shades of La Rioja #BDB90B

Tints of La Rioja #BDB90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.05%

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

R = 49.09%
G = 48.05%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDB90B (or 0xBDB90B) is known color: La Rioja. HEX triplet: BD, B9 and 0B. RGB value is (189,185,11). Sum of RGB (Red+Green+Blue) = 189+185+11=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB90B is #4246F4. Grayscale: #A7A7A7. Windows color (decimal): -4343541 or 768445. OLE color: 768445.

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

Color convert

RGB 189 185 11 -
CMYK 0 0.02 0.94 0.26
HSL 58.65º 0.89% 0.39% -
HSV(B) 58.65º 0.94% 0.74% -
XYZ 38.4 45.54 7.08 -
YUV 166.36 40.33 144.15 -
System Red Green Blue C M Y K H S L
Decimal 189 185 11 0 0.02 0.94 0.26 58.65 0.89 0.39
Hex BD B9 B 0 2 5E 1A 3B 59 27
Octal 275 271 13 0 2 136 32 73 131 47
Binary 10111101 10111001 1011 0 10 1011110 11010 111011 1011001 100111

Color Harmonies of #BDB90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB90B

Black with #BDB90B

Text Example


Text Example

White with #BDB90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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