Html Css Color HEX #BFB109 La Rioja

📋 copy color: '#BFB109'

red 191 ◦ green 177 ◦ blue 9

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

Shades of La Rioja #BFB109

Tints of La Rioja #BFB109

RGB

 RED value IS 191 (75% from 255) = 50.66%

 GREEN value IS 177 (69.53% from 255) = 46.95%

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 50.66%
G = 46.95%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BFB109 (or 0xBFB109) is known color: La Rioja. HEX triplet: BF, B1 and 09. RGB value is (191,177,9). Sum of RGB (Red+Green+Blue) = 191+177+9=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB109 is #404EF6. Grayscale: #A2A2A2. Windows color (decimal): -4214519 or 635327. OLE color: 635327.

HSL color Cylindrical-coordinate representation of color #BFB109: hue angle of 55.38º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFB109 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 9 -
CMYK 0 0.07 0.95 0.25
HSL 55.38º 0.91% 0.39% -
HSV(B) 55.38º 0.95% 0.75% -
XYZ 37.26 42.54 6.51 -
YUV 162.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 191 177 9 0 0.07 0.95 0.25 55.38 0.91 0.39
Hex BF B1 9 0 7 5F 19 37 5B 27
Octal 277 261 11 0 7 137 31 67 133 47
Binary 10111111 10110001 1001 0 111 1011111 11001 110111 1011011 100111

Color Harmonies of #BFB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB109

Black with #BFB109

Text Example


Text Example

White with #BFB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB109; }

 p { color: rgb(191,177,9); }

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

background-color css

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

 a { background-color: rgb(191,177,9); }

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

border-color css

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

 span { border-color: rgb(191,177,9); }

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