Html Css Color HEX #B8A701 La Rioja

📋 copy color: '#B8A701'

red 184 ◦ green 167 ◦ blue 1

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

Shades of La Rioja #B8A701

Tints of La Rioja #B8A701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.44%

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

R = 52.27%
G = 47.44%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B8A701 (or 0xB8A701) is known color: La Rioja. HEX triplet: B8, A7 and 01. RGB value is (184,167,1). Sum of RGB (Red+Green+Blue) = 184+167+1=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A701 is #4758FE. Grayscale: #999999. Windows color (decimal): -4675839 or 108472. OLE color: 108472.

HSL color Cylindrical-coordinate representation of color #B8A701: hue angle of 54.43º 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 #B8A701 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 167 1 -
CMYK 0 0.09 0.99 0.28
HSL 54.43º 0.99% 0.36% -
HSV(B) 54.43º 0.99% 0.72% -
XYZ 33.59 37.83 5.56 -
YUV 153.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 184 167 1 0 0.09 0.99 0.28 54.43 0.99 0.36
Hex B8 A7 1 0 9 63 1C 36 63 24
Octal 270 247 1 0 11 143 34 66 143 44
Binary 10111000 10100111 1 0 1001 1100011 11100 110110 1100011 100100

Color Harmonies of #B8A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A701

Black with #B8A701

Text Example


Text Example

White with #B8A701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A701; }

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

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

background-color css

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

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

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

border-color css

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

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

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