Html Css Color HEX #B0B205 La Rioja

📋 copy color: '#B0B205'

red 176 ◦ green 178 ◦ blue 5

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

Shades of La Rioja #B0B205

Tints of La Rioja #B0B205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.58%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 49.03%
G = 49.58%
B = 1.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B0B205 (or 0xB0B205) is known color: La Rioja. HEX triplet: B0, B2 and 05. RGB value is (176,178,5). Sum of RGB (Red+Green+Blue) = 176+178+5=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B205 is #4F4DFA. Grayscale: #9E9E9E. Windows color (decimal): -5197307 or 373424. OLE color: 373424.

HSL color Cylindrical-coordinate representation of color #B0B205: hue angle of 60.69º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0B205 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 5 -
CMYK 0.01 0 0.97 0.30
HSL 60.69º 0.95% 0.36% -
HSV(B) 60.69º 0.97% 0.7% -
XYZ 33.85 41.08 6.29 -
YUV 157.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 176 178 5 0.01 0 0.97 0.30 60.69 0.95 0.36
Hex B0 B2 5 1 0 61 1E 3D 5F 24
Octal 260 262 5 1 0 141 36 75 137 44
Binary 10110000 10110010 101 1 0 1100001 11110 111101 1011111 100100

Color Harmonies of #B0B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B205

Black with #B0B205

Text Example


Text Example

White with #B0B205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B205; }

 p { color: rgb(176,178,5); }

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

background-color css

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

 a { background-color: rgb(176,178,5); }

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

border-color css

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

 span { border-color: rgb(176,178,5); }

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