Html Css Color HEX #BFB163 Gimblet

📋 copy color: '#BFB163'

red 191 ◦ green 177 ◦ blue 99

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

Shades of Gimblet #BFB163

Tints of Gimblet #BFB163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 40.9%
G = 37.9%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFB163 (or 0xBFB163) is known color: Gimblet. HEX triplet: BF, B1 and 63. RGB value is (191,177,99). Sum of RGB (Red+Green+Blue) = 191+177+99=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB163 is #404E9C. Grayscale: #ACACAC. Windows color (decimal): -4214429 or 6533567. OLE color: 6533567.

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

Color convert

RGB 191 177 99 -
CMYK 0 0.07 0.48 0.25
HSL 50.87º 0.42% 0.57% -
HSV(B) 50.87º 0.48% 0.75% -
XYZ 39.46 43.42 18.11 -
YUV 172.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 191 177 99 0 0.07 0.48 0.25 50.87 0.42 0.57
Hex BF B1 63 0 7 30 19 33 2A 39
Octal 277 261 143 0 7 60 31 63 52 71
Binary 10111111 10110001 1100011 0 111 110000 11001 110011 101010 111001

Color Harmonies of #BFB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB163

Black with #BFB163

Text Example


Text Example

White with #BFB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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