Html Css Color HEX #BBA567 Gimblet

📋 copy color: '#BBA567'

red 187 ◦ green 165 ◦ blue 103

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

Shades of Gimblet #BBA567

Tints of Gimblet #BBA567

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

 BLUE value IS 103 (40.63% from 255) = 22.64%

R = 41.1%
G = 36.26%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA567 (or 0xBBA567) is known color: Gimblet. HEX triplet: BB, A5 and 67. RGB value is (187,165,103). Sum of RGB (Red+Green+Blue) = 187+165+103=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA567 is #445A98. Grayscale: #A4A4A4. Windows color (decimal): -4479641 or 6792635. OLE color: 6792635.

HSL color Cylindrical-coordinate representation of color #BBA567: hue angle of 44.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA567 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 103 -
CMYK 0 0.12 0.45 0.27
HSL 44.29º 0.38% 0.57% -
HSV(B) 44.29º 0.45% 0.73% -
XYZ 36.4 38.45 18.34 -
YUV 164.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 187 165 103 0 0.12 0.45 0.27 44.29 0.38 0.57
Hex BB A5 67 0 C 2D 1B 2C 26 39
Octal 273 245 147 0 14 55 33 54 46 71
Binary 10111011 10100101 1100111 0 1100 101101 11011 101100 100110 111001

Color Harmonies of #BBA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA567

Black with #BBA567

Text Example


Text Example

White with #BBA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA567; }

 p { color: rgb(187,165,103); }

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

background-color css

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

 a { background-color: rgb(187,165,103); }

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

border-color css

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

 span { border-color: rgb(187,165,103); }

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