Html Css Color HEX #B8A901 La Rioja

📋 copy color: '#B8A901'

red 184 ◦ green 169 ◦ blue 1

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

Shades of La Rioja #B8A901

Tints of La Rioja #B8A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.74%

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

R = 51.98%
G = 47.74%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B8A901 (or 0xB8A901) is known color: La Rioja. HEX triplet: B8, A9 and 01. RGB value is (184,169,1). Sum of RGB (Red+Green+Blue) = 184+169+1=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A901 is #4756FE. Grayscale: #9B9B9B. Windows color (decimal): -4675327 or 108984. OLE color: 108984.

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

Color convert

RGB 184 169 1 -
CMYK 0 0.08 0.99 0.28
HSL 55.08º 0.99% 0.36% -
HSV(B) 55.08º 0.99% 0.72% -
XYZ 33.96 38.57 5.68 -
YUV 154.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 184 169 1 0 0.08 0.99 0.28 55.08 0.99 0.36
Hex B8 A9 1 0 8 63 1C 37 63 24
Octal 270 251 1 0 10 143 34 67 143 44
Binary 10111000 10101001 1 0 1000 1100011 11100 110111 1100011 100100

Color Harmonies of #B8A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A901

Black with #B8A901

Text Example


Text Example

White with #B8A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A901; }

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

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

background-color css

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

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

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

border-color css

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

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

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