Html Css Color HEX #B9B70E La Rioja

📋 copy color: '#B9B70E'

red 185 ◦ green 183 ◦ blue 14

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

Shades of La Rioja #B9B70E

Tints of La Rioja #B9B70E

RGB

 RED value IS 185 (72.66% from 255) = 48.43%

 GREEN value IS 183 (71.88% from 255) = 47.91%

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

R = 48.43%
G = 47.91%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9B70E (or 0xB9B70E) is known color: La Rioja. HEX triplet: B9, B7 and 0E. RGB value is (185,183,14). Sum of RGB (Red+Green+Blue) = 185+183+14=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B70E is #4648F1. Grayscale: #A5A5A5. Windows color (decimal): -4606194 or 964537. OLE color: 964537.

HSL color Cylindrical-coordinate representation of color #B9B70E: hue angle of 59.3º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9B70E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 14 -
CMYK 0 0.01 0.92 0.27
HSL 59.3º 0.86% 0.39% -
HSV(B) 59.3º 0.92% 0.73% -
XYZ 37.02 44.21 7 -
YUV 164.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 185 183 14 0 0.01 0.92 0.27 59.3 0.86 0.39
Hex B9 B7 E 0 1 5C 1B 3B 56 27
Octal 271 267 16 0 1 134 33 73 126 47
Binary 10111001 10110111 1110 0 1 1011100 11011 111011 1010110 100111

Color Harmonies of #B9B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B70E

Black with #B9B70E

Text Example


Text Example

White with #B9B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B70E; }

 p { color: rgb(185,183,14); }

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

background-color css

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

 a { background-color: rgb(185,183,14); }

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

border-color css

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

 span { border-color: rgb(185,183,14); }

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