Html Css Color HEX #B5B40D La Rioja

📋 copy color: '#B5B40D'

red 181 ◦ green 180 ◦ blue 13

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

Shades of La Rioja #B5B40D

Tints of La Rioja #B5B40D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

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

R = 48.4%
G = 48.13%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5B40D (or 0xB5B40D) is known color: La Rioja. HEX triplet: B5, B4 and 0D. RGB value is (181,180,13). Sum of RGB (Red+Green+Blue) = 181+180+13=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B40D is #4A4BF2. Grayscale: #A1A1A1. Windows color (decimal): -4869107 or 898229. OLE color: 898229.

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

Color convert

RGB 181 180 13 -
CMYK 0 0.01 0.93 0.29
HSL 59.64º 0.87% 0.38% -
HSV(B) 59.64º 0.93% 0.71% -
XYZ 35.45 42.5 6.71 -
YUV 161.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 181 180 13 0 0.01 0.93 0.29 59.64 0.87 0.38
Hex B5 B4 D 0 1 5D 1D 3C 57 26
Octal 265 264 15 0 1 135 35 74 127 46
Binary 10110101 10110100 1101 0 1 1011101 11101 111100 1010111 100110

Color Harmonies of #B5B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B40D

Black with #B5B40D

Text Example


Text Example

White with #B5B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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