Html Css Color HEX #B7B114 La Rioja

📋 copy color: '#B7B114'

red 183 ◦ green 177 ◦ blue 20

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

Shades of La Rioja #B7B114

Tints of La Rioja #B7B114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 48.16%
G = 46.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7B114 (or 0xB7B114) is known color: La Rioja. HEX triplet: B7, B1 and 14. RGB value is (183,177,20). Sum of RGB (Red+Green+Blue) = 183+177+20=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B114 is #484EEB. Grayscale: #A1A1A1. Windows color (decimal): -4738796 or 1356215. OLE color: 1356215.

HSL color Cylindrical-coordinate representation of color #B7B114: hue angle of 57.79º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7B114 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 20 -
CMYK 0 0.03 0.89 0.28
HSL 57.79º 0.8% 0.4% -
HSV(B) 57.79º 0.89% 0.72% -
XYZ 35.38 41.56 6.82 -
YUV 160.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 183 177 20 0 0.03 0.89 0.28 57.79 0.8 0.4
Hex B7 B1 14 0 3 59 1C 3A 50 28
Octal 267 261 24 0 3 131 34 72 120 50
Binary 10110111 10110001 10100 0 11 1011001 11100 111010 1010000 101000

Color Harmonies of #B7B114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B114

Black with #B7B114

Text Example


Text Example

White with #B7B114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B114; }

 p { color: rgb(183,177,20); }

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

background-color css

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

 a { background-color: rgb(183,177,20); }

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

border-color css

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

 span { border-color: rgb(183,177,20); }

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