Html Css Color HEX #B9AF0D La Rioja

📋 copy color: '#B9AF0D'

red 185 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #B9AF0D

Tints of La Rioja #B9AF0D

RGB

 RED value IS 185 (72.66% from 255) = 49.6%

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

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

R = 49.6%
G = 46.92%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9AF0D (or 0xB9AF0D) is known color: La Rioja. HEX triplet: B9, AF and 0D. RGB value is (185,175,13). Sum of RGB (Red+Green+Blue) = 185+175+13=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF0D is #4650F2. Grayscale: #A0A0A0. Windows color (decimal): -4608243 or 896953. OLE color: 896953.

HSL color Cylindrical-coordinate representation of color #B9AF0D: hue angle of 56.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9AF0D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 13 -
CMYK 0 0.05 0.93 0.27
HSL 56.51º 0.87% 0.39% -
HSV(B) 56.51º 0.93% 0.73% -
XYZ 35.41 41 6.43 -
YUV 159.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 185 175 13 0 0.05 0.93 0.27 56.51 0.87 0.39
Hex B9 AF D 0 5 5D 1B 39 57 27
Octal 271 257 15 0 5 135 33 71 127 47
Binary 10111001 10101111 1101 0 101 1011101 11011 111001 1010111 100111

Color Harmonies of #B9AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF0D

Black with #B9AF0D

Text Example


Text Example

White with #B9AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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