Html Css Color HEX #BFB616 La Rioja

📋 copy color: '#BFB616'

red 191 ◦ green 182 ◦ blue 22

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

Shades of La Rioja #BFB616

Tints of La Rioja #BFB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 48.35%
G = 46.08%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFB616 (or 0xBFB616) is known color: La Rioja. HEX triplet: BF, B6 and 16. RGB value is (191,182,22). Sum of RGB (Red+Green+Blue) = 191+182+22=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB616 is #4049E9. Grayscale: #A7A7A7. Windows color (decimal): -4213226 or 1488575. OLE color: 1488575.

HSL color Cylindrical-coordinate representation of color #BFB616: hue angle of 56.8º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFB616 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 22 -
CMYK 0 0.05 0.88 0.25
HSL 56.8º 0.79% 0.42% -
HSV(B) 56.8º 0.88% 0.75% -
XYZ 38.36 44.59 7.34 -
YUV 166.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 191 182 22 0 0.05 0.88 0.25 56.8 0.79 0.42
Hex BF B6 16 0 5 58 19 39 4F 2A
Octal 277 266 26 0 5 130 31 71 117 52
Binary 10111111 10110110 10110 0 101 1011000 11001 111001 1001111 101010

Color Harmonies of #BFB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB616

Black with #BFB616

Text Example


Text Example

White with #BFB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB616; }

 p { color: rgb(191,182,22); }

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

background-color css

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

 a { background-color: rgb(191,182,22); }

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

border-color css

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

 span { border-color: rgb(191,182,22); }

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