Html Css Color HEX #B0B311 La Rioja

📋 copy color: '#B0B311'

red 176 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #B0B311

Tints of La Rioja #B0B311

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

 GREEN value IS 179 (70.31% from 255) = 48.12%

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 47.31%
G = 48.12%
B = 4.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B0B311 (or 0xB0B311) is known color: La Rioja. HEX triplet: B0, B3 and 11. RGB value is (176,179,17). Sum of RGB (Red+Green+Blue) = 176+179+17=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B311 is #4F4CEE. Grayscale: #A0A0A0. Windows color (decimal): -5197039 or 1160112. OLE color: 1160112.

HSL color Cylindrical-coordinate representation of color #B0B311: hue angle of 61.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0B311 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 17 -
CMYK 0.02 0 0.91 0.30
HSL 61.11º 0.83% 0.38% -
HSV(B) 61.11º 0.91% 0.7% -
XYZ 34.13 41.51 6.74 -
YUV 159.64 47.51 139.67 -
System Red Green Blue C M Y K H S L
Decimal 176 179 17 0.02 0 0.91 0.30 61.11 0.83 0.38
Hex B0 B3 11 2 0 5B 1E 3D 53 26
Octal 260 263 21 2 0 133 36 75 123 46
Binary 10110000 10110011 10001 10 0 1011011 11110 111101 1010011 100110

Color Harmonies of #B0B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B311

Black with #B0B311

Text Example


Text Example

White with #B0B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B311; }

 p { color: rgb(176,179,17); }

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

background-color css

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

 a { background-color: rgb(176,179,17); }

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

border-color css

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

 span { border-color: rgb(176,179,17); }

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