Html Css Color HEX #B2AF09 La Rioja

📋 copy color: '#B2AF09'

red 178 ◦ green 175 ◦ blue 9

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

Shades of La Rioja #B2AF09

Tints of La Rioja #B2AF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 49.17%
G = 48.34%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B2AF09 (or 0xB2AF09) is known color: La Rioja. HEX triplet: B2, AF and 09. RGB value is (178,175,9). Sum of RGB (Red+Green+Blue) = 178+175+9=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF09 is #4D50F6. Grayscale: #9D9D9D. Windows color (decimal): -5066999 or 634802. OLE color: 634802.

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

Color convert

RGB 178 175 9 -
CMYK 0 0.02 0.95 0.30
HSL 58.93º 0.9% 0.37% -
HSV(B) 58.93º 0.95% 0.7% -
XYZ 33.74 40.14 6.23 -
YUV 156.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 178 175 9 0 0.02 0.95 0.30 58.93 0.9 0.37
Hex B2 AF 9 0 2 5F 1E 3B 5A 25
Octal 262 257 11 0 2 137 36 73 132 45
Binary 10110010 10101111 1001 0 10 1011111 11110 111011 1011010 100101

Color Harmonies of #B2AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF09

Black with #B2AF09

Text Example


Text Example

White with #B2AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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