Html Css Color HEX #B8AB05 La Rioja

📋 copy color: '#B8AB05'

red 184 ◦ green 171 ◦ blue 5

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

Shades of La Rioja #B8AB05

Tints of La Rioja #B8AB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.5%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 51.11%
G = 47.5%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B8AB05 (or 0xB8AB05) is known color: La Rioja. HEX triplet: B8, AB and 05. RGB value is (184,171,5). Sum of RGB (Red+Green+Blue) = 184+171+5=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AB05 is #4754FA. Grayscale: #9C9C9C. Windows color (decimal): -4674811 or 371640. OLE color: 371640.

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

Color convert

RGB 184 171 5 -
CMYK 0 0.07 0.97 0.28
HSL 55.64º 0.95% 0.37% -
HSV(B) 55.64º 0.97% 0.72% -
XYZ 34.36 39.33 5.92 -
YUV 155.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 184 171 5 0 0.07 0.97 0.28 55.64 0.95 0.37
Hex B8 AB 5 0 7 61 1C 38 5F 25
Octal 270 253 5 0 7 141 34 70 137 45
Binary 10111000 10101011 101 0 111 1100001 11100 111000 1011111 100101

Color Harmonies of #B8AB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB05

Black with #B8AB05

Text Example


Text Example

White with #B8AB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB05; }

 p { color: rgb(184,171,5); }

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

background-color css

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

 a { background-color: rgb(184,171,5); }

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

border-color css

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

 span { border-color: rgb(184,171,5); }

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