Html Css Color HEX #B8AD08 La Rioja

📋 copy color: '#B8AD08'

red 184 ◦ green 173 ◦ blue 8

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

Shades of La Rioja #B8AD08

Tints of La Rioja #B8AD08

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.4%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 50.41%
G = 47.4%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B8AD08 (or 0xB8AD08) is known color: La Rioja. HEX triplet: B8, AD and 08. RGB value is (184,173,8). Sum of RGB (Red+Green+Blue) = 184+173+8=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD08 is #4752F7. Grayscale: #9E9E9E. Windows color (decimal): -4674296 or 568760. OLE color: 568760.

HSL color Cylindrical-coordinate representation of color #B8AD08: hue angle of 56.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8AD08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 8 -
CMYK 0 0.06 0.96 0.28
HSL 56.25º 0.92% 0.38% -
HSV(B) 56.25º 0.96% 0.72% -
XYZ 34.75 40.1 6.14 -
YUV 157.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 184 173 8 0 0.06 0.96 0.28 56.25 0.92 0.38
Hex B8 AD 8 0 6 60 1C 38 5C 26
Octal 270 255 10 0 6 140 34 70 134 46
Binary 10111000 10101101 1000 0 110 1100000 11100 111000 1011100 100110

Color Harmonies of #B8AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD08

Black with #B8AD08

Text Example


Text Example

White with #B8AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD08; }

 p { color: rgb(184,173,8); }

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

background-color css

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

 a { background-color: rgb(184,173,8); }

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

border-color css

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

 span { border-color: rgb(184,173,8); }

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