Html Css Color HEX #B7AD0E La Rioja

📋 copy color: '#B7AD0E'

red 183 ◦ green 173 ◦ blue 14

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

Shades of La Rioja #B7AD0E

Tints of La Rioja #B7AD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.76%

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

R = 49.46%
G = 46.76%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7AD0E (or 0xB7AD0E) is known color: La Rioja. HEX triplet: B7, AD and 0E. RGB value is (183,173,14). Sum of RGB (Red+Green+Blue) = 183+173+14=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD0E is #4852F1. Grayscale: #9E9E9E. Windows color (decimal): -4739826 or 961975. OLE color: 961975.

HSL color Cylindrical-coordinate representation of color #B7AD0E: hue angle of 56.45º 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 #B7AD0E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 14 -
CMYK 0 0.05 0.92 0.28
HSL 56.45º 0.86% 0.39% -
HSV(B) 56.45º 0.92% 0.72% -
XYZ 34.55 39.99 6.31 -
YUV 157.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 183 173 14 0 0.05 0.92 0.28 56.45 0.86 0.39
Hex B7 AD E 0 5 5C 1C 38 56 27
Octal 267 255 16 0 5 134 34 70 126 47
Binary 10110111 10101101 1110 0 101 1011100 11100 111000 1010110 100111

Color Harmonies of #B7AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD0E

Black with #B7AD0E

Text Example


Text Example

White with #B7AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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