Html Css Color HEX #BFB364 Gimblet

📋 copy color: '#BFB364'

red 191 ◦ green 179 ◦ blue 100

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

Shades of Gimblet #BFB364

Tints of Gimblet #BFB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 40.64%
G = 38.09%
B = 21.28%

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

#BFB364 (or 0xBFB364) is known color: Gimblet. HEX triplet: BF, B3 and 64. RGB value is (191,179,100). Sum of RGB (Red+Green+Blue) = 191+179+100=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB364 is #404C9B. Grayscale: #ADADAD. Windows color (decimal): -4213916 or 6599615. OLE color: 6599615.

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

Color convert

RGB 191 179 100 -
CMYK 0 0.06 0.48 0.25
HSL 52.09º 0.42% 0.57% -
HSV(B) 52.09º 0.48% 0.75% -
XYZ 39.91 44.24 18.49 -
YUV 173.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 191 179 100 0 0.06 0.48 0.25 52.09 0.42 0.57
Hex BF B3 64 0 6 30 19 34 2A 39
Octal 277 263 144 0 6 60 31 64 52 71
Binary 10111111 10110011 1100100 0 110 110000 11001 110100 101010 111001

Color Harmonies of #BFB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB364

Black with #BFB364

Text Example


Text Example

White with #BFB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB364; }

 p { color: rgb(191,179,100); }

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

background-color css

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

 a { background-color: rgb(191,179,100); }

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

border-color css

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

 span { border-color: rgb(191,179,100); }

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