Html Css Color HEX #B0B712 La Rioja

📋 copy color: '#B0B712'

red 176 ◦ green 183 ◦ blue 18

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

Shades of La Rioja #B0B712

Tints of La Rioja #B0B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 46.68%
G = 48.54%
B = 4.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B0B712 (or 0xB0B712) is known color: La Rioja. HEX triplet: B0, B7 and 12. RGB value is (176,183,18). Sum of RGB (Red+Green+Blue) = 176+183+18=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B712 is #4F48ED. Grayscale: #A2A2A2. Windows color (decimal): -5196014 or 1226672. OLE color: 1226672.

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

Color convert

RGB 176 183 18 -
CMYK 0.04 0 0.90 0.28
HSL 62.55º 0.82% 0.39% -
HSV(B) 62.55º 0.9% 0.72% -
XYZ 34.95 43.14 7.06 -
YUV 162.1 46.68 137.92 -
System Red Green Blue C M Y K H S L
Decimal 176 183 18 0.04 0 0.90 0.28 62.55 0.82 0.39
Hex B0 B7 12 4 0 5A 1C 3F 52 27
Octal 260 267 22 4 0 132 34 77 122 47
Binary 10110000 10110111 10010 100 0 1011010 11100 111111 1010010 100111

Color Harmonies of #B0B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B712

Black with #B0B712

Text Example


Text Example

White with #B0B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B712; }

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

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

background-color css

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

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

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

border-color css

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

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

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