Html Css Color HEX #B7B010 La Rioja

📋 copy color: '#B7B010'

red 183 ◦ green 176 ◦ blue 16

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

Shades of La Rioja #B7B010

Tints of La Rioja #B7B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 48.8%
G = 46.93%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7B010 (or 0xB7B010) is known color: La Rioja. HEX triplet: B7, B0 and 10. RGB value is (183,176,16). Sum of RGB (Red+Green+Blue) = 183+176+16=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B010 is #484FEF. Grayscale: #A0A0A0. Windows color (decimal): -4739056 or 1093815. OLE color: 1093815.

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

Color convert

RGB 183 176 16 -
CMYK 0 0.04 0.91 0.28
HSL 57.49º 0.84% 0.39% -
HSV(B) 57.49º 0.91% 0.72% -
XYZ 35.15 41.16 6.58 -
YUV 159.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 183 176 16 0 0.04 0.91 0.28 57.49 0.84 0.39
Hex B7 B0 10 0 4 5B 1C 39 54 27
Octal 267 260 20 0 4 133 34 71 124 47
Binary 10110111 10110000 10000 0 100 1011011 11100 111001 1010100 100111

Color Harmonies of #B7B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B010

Black with #B7B010

Text Example


Text Example

White with #B7B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B010; }

 p { color: rgb(183,176,16); }

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

background-color css

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

 a { background-color: rgb(183,176,16); }

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

border-color css

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

 span { border-color: rgb(183,176,16); }

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