Html Css Color HEX #B2AF12 La Rioja

📋 copy color: '#B2AF12'

red 178 ◦ green 175 ◦ blue 18

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

Shades of La Rioja #B2AF12

Tints of La Rioja #B2AF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 47.98%
G = 47.17%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2AF12 (or 0xB2AF12) is known color: La Rioja. HEX triplet: B2, AF and 12. RGB value is (178,175,18). Sum of RGB (Red+Green+Blue) = 178+175+18=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF12 is #4D50ED. Grayscale: #9E9E9E. Windows color (decimal): -5066990 or 1224626. OLE color: 1224626.

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

Color convert

RGB 178 175 18 -
CMYK 0 0.02 0.90 0.30
HSL 58.88º 0.82% 0.38% -
HSV(B) 58.88º 0.9% 0.7% -
XYZ 33.8 40.17 6.54 -
YUV 158 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 178 175 18 0 0.02 0.90 0.30 58.88 0.82 0.38
Hex B2 AF 12 0 2 5A 1E 3B 52 26
Octal 262 257 22 0 2 132 36 73 122 46
Binary 10110010 10101111 10010 0 10 1011010 11110 111011 1010010 100110

Color Harmonies of #B2AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF12

Black with #B2AF12

Text Example


Text Example

White with #B2AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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