Html Css Color HEX #BBAF62 Gimblet

📋 copy color: '#BBAF62'

red 187 ◦ green 175 ◦ blue 98

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

Shades of Gimblet #BBAF62

Tints of Gimblet #BBAF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.3%

R = 40.65%
G = 38.04%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBAF62 (or 0xBBAF62) is known color: Gimblet. HEX triplet: BB, AF and 62. RGB value is (187,175,98). Sum of RGB (Red+Green+Blue) = 187+175+98=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF62 is #44509D. Grayscale: #AAAAAA. Windows color (decimal): -4477086 or 6467515. OLE color: 6467515.

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

Color convert

RGB 187 175 98 -
CMYK 0 0.06 0.48 0.27
HSL 51.91º 0.4% 0.56% -
HSV(B) 51.91º 0.48% 0.73% -
XYZ 38.03 42.11 17.68 -
YUV 169.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 187 175 98 0 0.06 0.48 0.27 51.91 0.4 0.56
Hex BB AF 62 0 6 30 1B 34 28 38
Octal 273 257 142 0 6 60 33 64 50 70
Binary 10111011 10101111 1100010 0 110 110000 11011 110100 101000 111000

Color Harmonies of #BBAF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF62

Black with #BBAF62

Text Example


Text Example

White with #BBAF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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