Html Css Color HEX #BFAF6A Gimblet

📋 copy color: '#BFAF6A'

red 191 ◦ green 175 ◦ blue 106

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

Shades of Gimblet #BFAF6A

Tints of Gimblet #BFAF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 40.47%
G = 37.08%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFAF6A (or 0xBFAF6A) is known color: Gimblet. HEX triplet: BF, AF and 6A. RGB value is (191,175,106). Sum of RGB (Red+Green+Blue) = 191+175+106=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF6A is #405095. Grayscale: #ACACAC. Windows color (decimal): -4214934 or 6991807. OLE color: 6991807.

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

Color convert

RGB 191 175 106 -
CMYK 0 0.08 0.45 0.25
HSL 48.71º 0.4% 0.58% -
HSV(B) 48.71º 0.45% 0.75% -
XYZ 39.42 42.78 19.81 -
YUV 171.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 191 175 106 0 0.08 0.45 0.25 48.71 0.4 0.58
Hex BF AF 6A 0 8 2D 19 31 28 3A
Octal 277 257 152 0 10 55 31 61 50 72
Binary 10111111 10101111 1101010 0 1000 101101 11001 110001 101000 111010

Color Harmonies of #BFAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF6A

Black with #BFAF6A

Text Example


Text Example

White with #BFAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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