Html Css Color HEX #B5B10C La Rioja

📋 copy color: '#B5B10C'

red 181 ◦ green 177 ◦ blue 12

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

Shades of La Rioja #B5B10C

Tints of La Rioja #B5B10C

RGB

 RED value IS 181 (71.09% from 255) = 48.92%

 GREEN value IS 177 (69.53% from 255) = 47.84%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 48.92%
G = 47.84%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5B10C (or 0xB5B10C) is known color: La Rioja. HEX triplet: B5, B1 and 0C. RGB value is (181,177,12). Sum of RGB (Red+Green+Blue) = 181+177+12=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B10C is #4A4EF3. Grayscale: #A0A0A0. Windows color (decimal): -4869876 or 831925. OLE color: 831925.

HSL color Cylindrical-coordinate representation of color #B5B10C: hue angle of 58.58º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5B10C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 177 12 -
CMYK 0 0.02 0.93 0.29
HSL 58.58º 0.88% 0.38% -
HSV(B) 58.58º 0.93% 0.71% -
XYZ 34.84 41.29 6.48 -
YUV 159.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 181 177 12 0 0.02 0.93 0.29 58.58 0.88 0.38
Hex B5 B1 C 0 2 5D 1D 3B 58 26
Octal 265 261 14 0 2 135 35 73 130 46
Binary 10110101 10110001 1100 0 10 1011101 11101 111011 1011000 100110

Color Harmonies of #B5B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B10C

Black with #B5B10C

Text Example


Text Example

White with #B5B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B10C; }

 p { color: rgb(181,177,12); }

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

background-color css

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

 a { background-color: rgb(181,177,12); }

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

border-color css

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

 span { border-color: rgb(181,177,12); }

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