Html Css Color HEX #B7B50E La Rioja

📋 copy color: '#B7B50E'

red 183 ◦ green 181 ◦ blue 14

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

Shades of La Rioja #B7B50E

Tints of La Rioja #B7B50E

RGB

 RED value IS 183 (71.88% from 255) = 48.41%

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

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

R = 48.41%
G = 47.88%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7B50E (or 0xB7B50E) is known color: La Rioja. HEX triplet: B7, B5 and 0E. RGB value is (183,181,14). Sum of RGB (Red+Green+Blue) = 183+181+14=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B50E is #484AF1. Grayscale: #A3A3A3. Windows color (decimal): -4737778 or 964023. OLE color: 964023.

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

Color convert

RGB 183 181 14 -
CMYK 0 0.01 0.92 0.28
HSL 59.29º 0.86% 0.39% -
HSV(B) 59.29º 0.92% 0.72% -
XYZ 36.13 43.15 6.84 -
YUV 162.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 183 181 14 0 0.01 0.92 0.28 59.29 0.86 0.39
Hex B7 B5 E 0 1 5C 1C 3B 56 27
Octal 267 265 16 0 1 134 34 73 126 47
Binary 10110111 10110101 1110 0 1 1011100 11100 111011 1010110 100111

Color Harmonies of #B7B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B50E

Black with #B7B50E

Text Example


Text Example

White with #B7B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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