Html Css Color HEX #B1B00B La Rioja

📋 copy color: '#B1B00B'

red 177 ◦ green 176 ◦ blue 11

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

Shades of La Rioja #B1B00B

Tints of La Rioja #B1B00B

RGB

 RED value IS 177 (69.53% from 255) = 48.63%

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

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 48.63%
G = 48.35%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1B00B (or 0xB1B00B) is known color: La Rioja. HEX triplet: B1, B0 and 0B. RGB value is (177,176,11). Sum of RGB (Red+Green+Blue) = 177+176+11=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1B00B is #4E4FF4. Grayscale: #9E9E9E. Windows color (decimal): -5132277 or 766129. OLE color: 766129.

HSL color Cylindrical-coordinate representation of color #B1B00B: hue angle of 59.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1B00B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 176 11 -
CMYK 0 0.01 0.94 0.31
HSL 59.64º 0.88% 0.37% -
HSV(B) 59.64º 0.94% 0.69% -
XYZ 33.72 40.42 6.34 -
YUV 157.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 177 176 11 0 0.01 0.94 0.31 59.64 0.88 0.37
Hex B1 B0 B 0 1 5E 1F 3C 58 25
Octal 261 260 13 0 1 136 37 74 130 45
Binary 10110001 10110000 1011 0 1 1011110 11111 111100 1011000 100101

Color Harmonies of #B1B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B00B

Black with #B1B00B

Text Example


Text Example

White with #B1B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B00B; }

 p { color: rgb(177,176,11); }

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

background-color css

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

 a { background-color: rgb(177,176,11); }

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

border-color css

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

 span { border-color: rgb(177,176,11); }

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