Html Css Color HEX #BFAF6B Gimblet

📋 copy color: '#BFAF6B'

red 191 ◦ green 175 ◦ blue 107

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

Shades of Gimblet #BFAF6B

Tints of Gimblet #BFAF6B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 107 (42.19% from 255) = 22.62%

R = 40.38%
G = 37%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFAF6B (or 0xBFAF6B) is known color: Gimblet. HEX triplet: BF, AF and 6B. RGB value is (191,175,107). Sum of RGB (Red+Green+Blue) = 191+175+107=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF6B is #405094. Grayscale: #ACACAC. Windows color (decimal): -4214933 or 7057343. OLE color: 7057343.

HSL color Cylindrical-coordinate representation of color #BFAF6B: hue angle of 48.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFAF6B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 107 -
CMYK 0 0.08 0.44 0.25
HSL 48.57º 0.4% 0.58% -
HSV(B) 48.57º 0.44% 0.75% -
XYZ 39.47 42.8 20.09 -
YUV 172.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 191 175 107 0 0.08 0.44 0.25 48.57 0.4 0.58
Hex BF AF 6B 0 8 2C 19 31 28 3A
Octal 277 257 153 0 10 54 31 61 50 72
Binary 10111111 10101111 1101011 0 1000 101100 11001 110001 101000 111010

Color Harmonies of #BFAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF6B

Black with #BFAF6B

Text Example


Text Example

White with #BFAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF6B; }

 p { color: rgb(191,175,107); }

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

background-color css

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

 a { background-color: rgb(191,175,107); }

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

border-color css

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

 span { border-color: rgb(191,175,107); }

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