Html Css Color HEX #BDB10E La Rioja

📋 copy color: '#BDB10E'

red 189 ◦ green 177 ◦ blue 14

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

Shades of La Rioja #BDB10E

Tints of La Rioja #BDB10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.58%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 49.74%
G = 46.58%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDB10E (or 0xBDB10E) is known color: La Rioja. HEX triplet: BD, B1 and 0E. RGB value is (189,177,14). Sum of RGB (Red+Green+Blue) = 189+177+14=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB10E is #424EF1. Grayscale: #A2A2A2. Windows color (decimal): -4345586 or 963005. OLE color: 963005.

HSL color Cylindrical-coordinate representation of color #BDB10E: hue angle of 55.89º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB10E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 14 -
CMYK 0 0.06 0.93 0.26
HSL 55.89º 0.86% 0.4% -
HSV(B) 55.89º 0.93% 0.74% -
XYZ 36.79 42.29 6.64 -
YUV 162.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 189 177 14 0 0.06 0.93 0.26 55.89 0.86 0.4
Hex BD B1 E 0 6 5D 1A 38 56 28
Octal 275 261 16 0 6 135 32 70 126 50
Binary 10111101 10110001 1110 0 110 1011101 11010 111000 1010110 101000

Color Harmonies of #BDB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB10E

Black with #BDB10E

Text Example


Text Example

White with #BDB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB10E; }

 p { color: rgb(189,177,14); }

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

background-color css

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

 a { background-color: rgb(189,177,14); }

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

border-color css

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

 span { border-color: rgb(189,177,14); }

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