Html Css Color HEX #BBAF6B Gimblet

📋 copy color: '#BBAF6B'

red 187 ◦ green 175 ◦ blue 107

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

Shades of Gimblet #BBAF6B

Tints of Gimblet #BBAF6B

RGB

 RED value IS 187 (73.44% from 255) = 39.87%

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

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

R = 39.87%
G = 37.31%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBAF6B (or 0xBBAF6B) is known color: Gimblet. HEX triplet: BB, AF and 6B. RGB value is (187,175,107). Sum of RGB (Red+Green+Blue) = 187+175+107=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF6B is #445094. Grayscale: #ABABAB. Windows color (decimal): -4477077 or 7057339. OLE color: 7057339.

HSL color Cylindrical-coordinate representation of color #BBAF6B: hue angle of 51º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBAF6B is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 107 -
CMYK 0 0.06 0.43 0.27
HSL 51º 0.37% 0.58% -
HSV(B) 51º 0.43% 0.73% -
XYZ 38.48 42.29 20.04 -
YUV 170.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 187 175 107 0 0.06 0.43 0.27 51 0.37 0.58
Hex BB AF 6B 0 6 2B 1B 33 25 3A
Octal 273 257 153 0 6 53 33 63 45 72
Binary 10111011 10101111 1101011 0 110 101011 11011 110011 100101 111010

Color Harmonies of #BBAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF6B

Black with #BBAF6B

Text Example


Text Example

White with #BBAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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