Html Css Color HEX #B8B410 La Rioja

📋 copy color: '#B8B410'

red 184 ◦ green 180 ◦ blue 16

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

Shades of La Rioja #B8B410

Tints of La Rioja #B8B410

RGB

 RED value IS 184 (72.27% from 255) = 48.42%

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

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 48.42%
G = 47.37%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B8B410 (or 0xB8B410) is known color: La Rioja. HEX triplet: B8, B4 and 10. RGB value is (184,180,16). Sum of RGB (Red+Green+Blue) = 184+180+16=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B410 is #474BEF. Grayscale: #A3A3A3. Windows color (decimal): -4672496 or 1094840. OLE color: 1094840.

HSL color Cylindrical-coordinate representation of color #B8B410: hue angle of 58.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8B410 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 180 16 -
CMYK 0 0.02 0.91 0.28
HSL 58.57º 0.84% 0.39% -
HSV(B) 58.57º 0.91% 0.72% -
XYZ 36.18 42.87 6.86 -
YUV 162.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 184 180 16 0 0.02 0.91 0.28 58.57 0.84 0.39
Hex B8 B4 10 0 2 5B 1C 3B 54 27
Octal 270 264 20 0 2 133 34 73 124 47
Binary 10111000 10110100 10000 0 10 1011011 11100 111011 1010100 100111

Color Harmonies of #B8B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B410

Black with #B8B410

Text Example


Text Example

White with #B8B410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B410; }

 p { color: rgb(184,180,16); }

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

background-color css

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

 a { background-color: rgb(184,180,16); }

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

border-color css

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

 span { border-color: rgb(184,180,16); }

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