Html Css Color HEX #B8AD01 La Rioja

📋 copy color: '#B8AD01'

red 184 ◦ green 173 ◦ blue 1

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

Shades of La Rioja #B8AD01

Tints of La Rioja #B8AD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 51.4%
G = 48.32%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B8AD01 (or 0xB8AD01) is known color: La Rioja. HEX triplet: B8, AD and 01. RGB value is (184,173,1). Sum of RGB (Red+Green+Blue) = 184+173+1=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD01 is #4752FE. Grayscale: #9D9D9D. Windows color (decimal): -4674303 or 110008. OLE color: 110008.

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

Color convert

RGB 184 173 1 -
CMYK 0 0.06 0.99 0.28
HSL 56.39º 0.99% 0.36% -
HSV(B) 56.39º 0.99% 0.72% -
XYZ 34.72 40.08 5.94 -
YUV 156.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 184 173 1 0 0.06 0.99 0.28 56.39 0.99 0.36
Hex B8 AD 1 0 6 63 1C 38 63 24
Octal 270 255 1 0 6 143 34 70 143 44
Binary 10111000 10101101 1 0 110 1100011 11100 111000 1100011 100100

Color Harmonies of #B8AD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD01

Black with #B8AD01

Text Example


Text Example

White with #B8AD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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