Html Css Color HEX #B8AC00 La Rioja

📋 copy color: '#B8AC00'

red 184 ◦ green 172 ◦ blue 0

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

Shades of La Rioja #B8AC00

Tints of La Rioja #B8AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.31%

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

R = 51.69%
G = 48.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B8AC00 (or 0xB8AC00) is known color: La Rioja. HEX triplet: B8, AC and 00. RGB value is (184,172,0). Sum of RGB (Red+Green+Blue) = 184+172+0=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AC00 is #4753FF. Grayscale: #9C9C9C. Windows color (decimal): -4674560 or 44216. OLE color: 44216.

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

Color convert

RGB 184 172 0 -
CMYK 0 0.07 1 0.28
HSL 56.09º 1% 0.36% -
HSV(B) 56.09º 1% 0.72% -
XYZ 34.52 39.7 5.84 -
YUV 155.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 184 172 0 0 0.07 1 0.28 56.09 1 0.36
Hex B8 AC 0 0 7 64 1C 38 64 24
Octal 270 254 0 0 7 144 34 70 144 44
Binary 10111000 10101100 0 0 111 1100100 11100 111000 1100100 100100

Color Harmonies of #B8AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC00

Black with #B8AC00

Text Example


Text Example

White with #B8AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC00; }

 p { color: rgb(184,172,0); }

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

background-color css

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

 a { background-color: rgb(184,172,0); }

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

border-color css

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

 span { border-color: rgb(184,172,0); }

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