Html Css Color HEX #B2AF07 La Rioja

📋 copy color: '#B2AF07'

red 178 ◦ green 175 ◦ blue 7

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

Shades of La Rioja #B2AF07

Tints of La Rioja #B2AF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 49.44%
G = 48.61%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B2AF07 (or 0xB2AF07) is known color: La Rioja. HEX triplet: B2, AF and 07. RGB value is (178,175,7). Sum of RGB (Red+Green+Blue) = 178+175+7=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF07 is #4D50F8. Grayscale: #9D9D9D. Windows color (decimal): -5067001 or 503730. OLE color: 503730.

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

Color convert

RGB 178 175 7 -
CMYK 0 0.02 0.96 0.30
HSL 58.95º 0.92% 0.36% -
HSV(B) 58.95º 0.96% 0.7% -
XYZ 33.73 40.14 6.17 -
YUV 156.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 178 175 7 0 0.02 0.96 0.30 58.95 0.92 0.36
Hex B2 AF 7 0 2 60 1E 3B 5C 24
Octal 262 257 7 0 2 140 36 73 134 44
Binary 10110010 10101111 111 0 10 1100000 11110 111011 1011100 100100

Color Harmonies of #B2AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF07

Black with #B2AF07

Text Example


Text Example

White with #B2AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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