Html Css Color HEX #B2AD0E La Rioja

📋 copy color: '#B2AD0E'

red 178 ◦ green 173 ◦ blue 14

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

Shades of La Rioja #B2AD0E

Tints of La Rioja #B2AD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.4%

 BLUE value IS 14 (5.86% from 255) = 3.84%

R = 48.77%
G = 47.4%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2AD0E (or 0xB2AD0E) is known color: La Rioja. HEX triplet: B2, AD and 0E. RGB value is (178,173,14). Sum of RGB (Red+Green+Blue) = 178+173+14=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD0E is #4D52F1. Grayscale: #9D9D9D. Windows color (decimal): -5067506 or 961970. OLE color: 961970.

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

Color convert

RGB 178 173 14 -
CMYK 0 0.03 0.92 0.30
HSL 58.17º 0.85% 0.38% -
HSV(B) 58.17º 0.92% 0.7% -
XYZ 33.38 39.38 6.26 -
YUV 156.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 178 173 14 0 0.03 0.92 0.30 58.17 0.85 0.38
Hex B2 AD E 0 3 5C 1E 3A 55 26
Octal 262 255 16 0 3 134 36 72 125 46
Binary 10110010 10101101 1110 0 11 1011100 11110 111010 1010101 100110

Color Harmonies of #B2AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD0E

Black with #B2AD0E

Text Example


Text Example

White with #B2AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD0E; }

 p { color: rgb(178,173,14); }

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

background-color css

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

 a { background-color: rgb(178,173,14); }

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

border-color css

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

 span { border-color: rgb(178,173,14); }

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