Html Css Color HEX #BDB80B La Rioja

📋 copy color: '#BDB80B'

red 189 ◦ green 184 ◦ blue 11

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

Shades of La Rioja #BDB80B

Tints of La Rioja #BDB80B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

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

R = 49.22%
G = 47.92%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDB80B (or 0xBDB80B) is known color: La Rioja. HEX triplet: BD, B8 and 0B. RGB value is (189,184,11). Sum of RGB (Red+Green+Blue) = 189+184+11=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB80B is #4247F4. Grayscale: #A6A6A6. Windows color (decimal): -4343797 or 768189. OLE color: 768189.

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

Color convert

RGB 189 184 11 -
CMYK 0 0.03 0.94 0.26
HSL 58.31º 0.89% 0.39% -
HSV(B) 58.31º 0.94% 0.74% -
XYZ 38.19 45.12 7.01 -
YUV 165.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 189 184 11 0 0.03 0.94 0.26 58.31 0.89 0.39
Hex BD B8 B 0 3 5E 1A 3A 59 27
Octal 275 270 13 0 3 136 32 72 131 47
Binary 10111101 10111000 1011 0 11 1011110 11010 111010 1011001 100111

Color Harmonies of #BDB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB80B

Black with #BDB80B

Text Example


Text Example

White with #BDB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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