Html Css Color HEX #B7AF0D La Rioja

📋 copy color: '#B7AF0D'

red 183 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #B7AF0D

Tints of La Rioja #B7AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 49.33%
G = 47.17%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7AF0D (or 0xB7AF0D) is known color: La Rioja. HEX triplet: B7, AF and 0D. RGB value is (183,175,13). Sum of RGB (Red+Green+Blue) = 183+175+13=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF0D is #4850F2. Grayscale: #9F9F9F. Windows color (decimal): -4739315 or 896951. OLE color: 896951.

HSL color Cylindrical-coordinate representation of color #B7AF0D: hue angle of 57.18º degrees, saturation: 0.87, 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 #B7AF0D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 13 -
CMYK 0 0.04 0.93 0.28
HSL 57.18º 0.87% 0.38% -
HSV(B) 57.18º 0.93% 0.72% -
XYZ 34.93 40.76 6.41 -
YUV 158.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 183 175 13 0 0.04 0.93 0.28 57.18 0.87 0.38
Hex B7 AF D 0 4 5D 1C 39 57 26
Octal 267 257 15 0 4 135 34 71 127 46
Binary 10110111 10101111 1101 0 100 1011101 11100 111001 1010111 100110

Color Harmonies of #B7AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF0D

Black with #B7AF0D

Text Example


Text Example

White with #B7AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF0D; }

 p { color: rgb(183,175,13); }

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

background-color css

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

 a { background-color: rgb(183,175,13); }

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

border-color css

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

 span { border-color: rgb(183,175,13); }

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