Html Css Color HEX #BFB463 Gimblet

📋 copy color: '#BFB463'

red 191 ◦ green 180 ◦ blue 99

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

Shades of Gimblet #BFB463

Tints of Gimblet #BFB463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 40.64%
G = 38.3%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFB463 (or 0xBFB463) is known color: Gimblet. HEX triplet: BF, B4 and 63. RGB value is (191,180,99). Sum of RGB (Red+Green+Blue) = 191+180+99=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB463 is #404B9C. Grayscale: #AEAEAE. Windows color (decimal): -4213661 or 6534335. OLE color: 6534335.

HSL color Cylindrical-coordinate representation of color #BFB463: hue angle of 52.83º 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 #BFB463 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 99 -
CMYK 0 0.06 0.48 0.25
HSL 52.83º 0.42% 0.57% -
HSV(B) 52.83º 0.48% 0.75% -
XYZ 40.06 44.62 18.31 -
YUV 174.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 191 180 99 0 0.06 0.48 0.25 52.83 0.42 0.57
Hex BF B4 63 0 6 30 19 35 2A 39
Octal 277 264 143 0 6 60 31 65 52 71
Binary 10111111 10110100 1100011 0 110 110000 11001 110101 101010 111001

Color Harmonies of #BFB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB463

Black with #BFB463

Text Example


Text Example

White with #BFB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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