Html Css Color HEX #B5B00D La Rioja

📋 copy color: '#B5B00D'

red 181 ◦ green 176 ◦ blue 13

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

Shades of La Rioja #B5B00D

Tints of La Rioja #B5B00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 48.92%
G = 47.57%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5B00D (or 0xB5B00D) is known color: La Rioja. HEX triplet: B5, B0 and 0D. RGB value is (181,176,13). Sum of RGB (Red+Green+Blue) = 181+176+13=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B00D is #4A4FF2. Grayscale: #9F9F9F. Windows color (decimal): -4870131 or 897205. OLE color: 897205.

HSL color Cylindrical-coordinate representation of color #B5B00D: hue angle of 58.21º degrees, saturation: 0.87, 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 #B5B00D is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 176 13 -
CMYK 0 0.03 0.93 0.29
HSL 58.21º 0.87% 0.38% -
HSV(B) 58.21º 0.93% 0.71% -
XYZ 34.65 40.9 6.45 -
YUV 158.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 181 176 13 0 0.03 0.93 0.29 58.21 0.87 0.38
Hex B5 B0 D 0 3 5D 1D 3A 57 26
Octal 265 260 15 0 3 135 35 72 127 46
Binary 10110101 10110000 1101 0 11 1011101 11101 111010 1010111 100110

Color Harmonies of #B5B00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B00D

Black with #B5B00D

Text Example


Text Example

White with #B5B00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B00D; }

 p { color: rgb(181,176,13); }

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

background-color css

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

 a { background-color: rgb(181,176,13); }

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

border-color css

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

 span { border-color: rgb(181,176,13); }

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