Html Css Color HEX #B9B80F La Rioja

📋 copy color: '#B9B80F'

red 185 ◦ green 184 ◦ blue 15

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

Shades of La Rioja #B9B80F

Tints of La Rioja #B9B80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 48.18%
G = 47.92%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9B80F (or 0xB9B80F) is known color: La Rioja. HEX triplet: B9, B8 and 0F. RGB value is (185,184,15). Sum of RGB (Red+Green+Blue) = 185+184+15=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B80F is #4647F0. Grayscale: #A5A5A5. Windows color (decimal): -4605937 or 1030329. OLE color: 1030329.

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

Color convert

RGB 185 184 15 -
CMYK 0 0.01 0.92 0.27
HSL 59.65º 0.85% 0.39% -
HSV(B) 59.65º 0.92% 0.73% -
XYZ 37.23 44.63 7.1 -
YUV 165.03 43.33 142.24 -
System Red Green Blue C M Y K H S L
Decimal 185 184 15 0 0.01 0.92 0.27 59.65 0.85 0.39
Hex B9 B8 F 0 1 5C 1B 3C 55 27
Octal 271 270 17 0 1 134 33 74 125 47
Binary 10111001 10111000 1111 0 1 1011100 11011 111100 1010101 100111

Color Harmonies of #B9B80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B80F

Black with #B9B80F

Text Example


Text Example

White with #B9B80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B80F; }

 p { color: rgb(185,184,15); }

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

background-color css

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

 a { background-color: rgb(185,184,15); }

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

border-color css

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

 span { border-color: rgb(185,184,15); }

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