Html Css Color HEX #B8AD03 La Rioja

📋 copy color: '#B8AD03'

red 184 ◦ green 173 ◦ blue 3

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

Shades of La Rioja #B8AD03

Tints of La Rioja #B8AD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 51.11%
G = 48.06%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B8AD03 (or 0xB8AD03) is known color: La Rioja. HEX triplet: B8, AD and 03. RGB value is (184,173,3). Sum of RGB (Red+Green+Blue) = 184+173+3=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD03 is #4752FC. Grayscale: #9D9D9D. Windows color (decimal): -4674301 or 241080. OLE color: 241080.

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

Color convert

RGB 184 173 3 -
CMYK 0 0.06 0.98 0.28
HSL 56.35º 0.97% 0.37% -
HSV(B) 56.35º 0.98% 0.72% -
XYZ 34.73 40.08 5.99 -
YUV 156.91 41.14 147.32 -
System Red Green Blue C M Y K H S L
Decimal 184 173 3 0 0.06 0.98 0.28 56.35 0.97 0.37
Hex B8 AD 3 0 6 62 1C 38 61 25
Octal 270 255 3 0 6 142 34 70 141 45
Binary 10111000 10101101 11 0 110 1100010 11100 111000 1100001 100101

Color Harmonies of #B8AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD03

Black with #B8AD03

Text Example


Text Example

White with #B8AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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