Html Css Color HEX #B9AD0C La Rioja

📋 copy color: '#B9AD0C'

red 185 ◦ green 173 ◦ blue 12

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

Shades of La Rioja #B9AD0C

Tints of La Rioja #B9AD0C

RGB

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

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

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

R = 50%
G = 46.76%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9AD0C (or 0xB9AD0C) is known color: La Rioja. HEX triplet: B9, AD and 0C. RGB value is (185,173,12). Sum of RGB (Red+Green+Blue) = 185+173+12=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD0C is #4652F3. Grayscale: #9E9E9E. Windows color (decimal): -4608756 or 830905. OLE color: 830905.

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

Color convert

RGB 185 173 12 -
CMYK 0 0.06 0.94 0.27
HSL 55.84º 0.88% 0.39% -
HSV(B) 55.84º 0.94% 0.73% -
XYZ 35.02 40.23 6.27 -
YUV 158.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 185 173 12 0 0.06 0.94 0.27 55.84 0.88 0.39
Hex B9 AD C 0 6 5E 1B 38 58 27
Octal 271 255 14 0 6 136 33 70 130 47
Binary 10111001 10101101 1100 0 110 1011110 11011 111000 1011000 100111

Color Harmonies of #B9AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD0C

Black with #B9AD0C

Text Example


Text Example

White with #B9AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD0C; }

 p { color: rgb(185,173,12); }

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

background-color css

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

 a { background-color: rgb(185,173,12); }

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

border-color css

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

 span { border-color: rgb(185,173,12); }

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