Html Css Color HEX #B7AE0C La Rioja

📋 copy color: '#B7AE0C'

red 183 ◦ green 174 ◦ blue 12

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

Shades of La Rioja #B7AE0C

Tints of La Rioja #B7AE0C

RGB

 RED value IS 183 (71.88% from 255) = 49.59%

 GREEN value IS 174 (68.36% from 255) = 47.15%

 BLUE value IS 12 (5.08% from 255) = 3.25%

R = 49.59%
G = 47.15%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7AE0C (or 0xB7AE0C) is known color: La Rioja. HEX triplet: B7, AE and 0C. RGB value is (183,174,12). Sum of RGB (Red+Green+Blue) = 183+174+12=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AE0C is #4851F3. Grayscale: #9E9E9E. Windows color (decimal): -4739572 or 831159. OLE color: 831159.

HSL color Cylindrical-coordinate representation of color #B7AE0C: hue angle of 56.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7AE0C is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 174 12 -
CMYK 0 0.05 0.93 0.28
HSL 56.84º 0.88% 0.38% -
HSV(B) 56.84º 0.93% 0.72% -
XYZ 34.73 40.37 6.31 -
YUV 158.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 183 174 12 0 0.05 0.93 0.28 56.84 0.88 0.38
Hex B7 AE C 0 5 5D 1C 39 58 26
Octal 267 256 14 0 5 135 34 71 130 46
Binary 10110111 10101110 1100 0 101 1011101 11100 111001 1011000 100110

Color Harmonies of #B7AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE0C

Black with #B7AE0C

Text Example


Text Example

White with #B7AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE0C; }

 p { color: rgb(183,174,12); }

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

background-color css

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

 a { background-color: rgb(183,174,12); }

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

border-color css

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

 span { border-color: rgb(183,174,12); }

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