Html Css Color HEX #B7B000 La Rioja

📋 copy color: '#B7B000'

red 183 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #B7B000

Tints of La Rioja #B7B000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.97%
G = 49.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B7B000 (or 0xB7B000) is known color: La Rioja. HEX triplet: B7, B0 and 00. RGB value is (183,176,0). Sum of RGB (Red+Green+Blue) = 183+176+0=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B000 is #484FFF. Grayscale: #9E9E9E. Windows color (decimal): -4739072 or 45239. OLE color: 45239.

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

Color convert

RGB 183 176 0 -
CMYK 0 0.04 1 0.28
HSL 57.7º 1% 0.36% -
HSV(B) 57.7º 1% 0.72% -
XYZ 35.05 41.12 6.09 -
YUV 158.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 183 176 0 0 0.04 1 0.28 57.7 1 0.36
Hex B7 B0 0 0 4 64 1C 3A 64 24
Octal 267 260 0 0 4 144 34 72 144 44
Binary 10110111 10110000 0 0 100 1100100 11100 111010 1100100 100100

Color Harmonies of #B7B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B000

Black with #B7B000

Text Example


Text Example

White with #B7B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B000; }

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

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

background-color css

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

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

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

border-color css

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

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

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