Html Css Color HEX #B2AF10 La Rioja

📋 copy color: '#B2AF10'

red 178 ◦ green 175 ◦ blue 16

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

Shades of La Rioja #B2AF10

Tints of La Rioja #B2AF10

RGB

 RED value IS 178 (69.92% from 255) = 48.24%

 GREEN value IS 175 (68.75% from 255) = 47.43%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 48.24%
G = 47.43%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B2AF10 (or 0xB2AF10) is known color: La Rioja. HEX triplet: B2, AF and 10. RGB value is (178,175,16). Sum of RGB (Red+Green+Blue) = 178+175+16=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF10 is #4D50EF. Grayscale: #9E9E9E. Windows color (decimal): -5066992 or 1093554. OLE color: 1093554.

HSL color Cylindrical-coordinate representation of color #B2AF10: hue angle of 58.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2AF10 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 16 -
CMYK 0 0.02 0.91 0.30
HSL 58.89º 0.84% 0.38% -
HSV(B) 58.89º 0.91% 0.7% -
XYZ 33.78 40.16 6.46 -
YUV 157.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 178 175 16 0 0.02 0.91 0.30 58.89 0.84 0.38
Hex B2 AF 10 0 2 5B 1E 3B 54 26
Octal 262 257 20 0 2 133 36 73 124 46
Binary 10110010 10101111 10000 0 10 1011011 11110 111011 1010100 100110

Color Harmonies of #B2AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF10

Black with #B2AF10

Text Example


Text Example

White with #B2AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF10; }

 p { color: rgb(178,175,16); }

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

background-color css

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

 a { background-color: rgb(178,175,16); }

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

border-color css

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

 span { border-color: rgb(178,175,16); }

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