Html Css Color HEX #BFB360 Gimblet

📋 copy color: '#BFB360'

red 191 ◦ green 179 ◦ blue 96

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

Shades of Gimblet #BFB360

Tints of Gimblet #BFB360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 40.99%
G = 38.41%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB360 (or 0xBFB360) is known color: Gimblet. HEX triplet: BF, B3 and 60. RGB value is (191,179,96). Sum of RGB (Red+Green+Blue) = 191+179+96=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB360 is #404C9F. Grayscale: #ADADAD. Windows color (decimal): -4213920 or 6337471. OLE color: 6337471.

HSL color Cylindrical-coordinate representation of color #BFB360: hue angle of 52.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB360 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 96 -
CMYK 0 0.06 0.50 0.25
HSL 52.42º 0.43% 0.56% -
HSV(B) 52.42º 0.5% 0.75% -
XYZ 39.72 44.16 17.5 -
YUV 173.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 191 179 96 0 0.06 0.50 0.25 52.42 0.43 0.56
Hex BF B3 60 0 6 32 19 34 2B 38
Octal 277 263 140 0 6 62 31 64 53 70
Binary 10111111 10110011 1100000 0 110 110010 11001 110100 101011 111000

Color Harmonies of #BFB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB360

Black with #BFB360

Text Example


Text Example

White with #BFB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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