Html Css Color HEX #B9A700 La Rioja

📋 copy color: '#B9A700'

red 185 ◦ green 167 ◦ blue 0

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

Shades of La Rioja #B9A700

Tints of La Rioja #B9A700

RGB

 RED value IS 185 (72.66% from 255) = 52.56%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.56%
G = 47.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B9A700 (or 0xB9A700) is known color: La Rioja. HEX triplet: B9, A7 and 00. RGB value is (185,167,0). Sum of RGB (Red+Green+Blue) = 185+167+0=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A700 is #4658FF. Grayscale: #9A9A9A. Windows color (decimal): -4610304 or 42937. OLE color: 42937.

HSL color Cylindrical-coordinate representation of color #B9A700: hue angle of 54.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9A700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 0 -
CMYK 0 0.10 1 0.27
HSL 54.16º 1% 0.36% -
HSV(B) 54.16º 1% 0.73% -
XYZ 33.83 37.95 5.54 -
YUV 153.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 185 167 0 0 0.10 1 0.27 54.16 1 0.36
Hex B9 A7 0 0 A 64 1B 36 64 24
Octal 271 247 0 0 12 144 33 66 144 44
Binary 10111001 10100111 0 0 1010 1100100 11011 110110 1100100 100100

Color Harmonies of #B9A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A700

Black with #B9A700

Text Example


Text Example

White with #B9A700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A700; }

 p { color: rgb(185,167,0); }

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

background-color css

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

 a { background-color: rgb(185,167,0); }

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

border-color css

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

 span { border-color: rgb(185,167,0); }

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