Html Css Color HEX #B4A566 Gimblet

📋 copy color: '#B4A566'

red 180 ◦ green 165 ◦ blue 102

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

Shades of Gimblet #B4A566

Tints of Gimblet #B4A566

RGB

 RED value IS 180 (70.7% from 255) = 40.27%

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

 BLUE value IS 102 (40.23% from 255) = 22.82%

R = 40.27%
G = 36.91%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B4A566 (or 0xB4A566) is known color: Gimblet. HEX triplet: B4, A5 and 66. RGB value is (180,165,102). Sum of RGB (Red+Green+Blue) = 180+165+102=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A566 is #4B5A99. Grayscale: #A2A2A2. Windows color (decimal): -4938394 or 6727092. OLE color: 6727092.

HSL color Cylindrical-coordinate representation of color #B4A566: hue angle of 48.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4A566 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 165 102 -
CMYK 0 0.08 0.43 0.29
HSL 48.46º 0.34% 0.55% -
HSV(B) 48.46º 0.43% 0.71% -
XYZ 34.68 37.57 18 -
YUV 162.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 180 165 102 0 0.08 0.43 0.29 48.46 0.34 0.55
Hex B4 A5 66 0 8 2B 1D 30 22 37
Octal 264 245 146 0 10 53 35 60 42 67
Binary 10110100 10100101 1100110 0 1000 101011 11101 110000 100010 110111

Color Harmonies of #B4A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A566

Black with #B4A566

Text Example


Text Example

White with #B4A566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A566; }

 p { color: rgb(180,165,102); }

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

background-color css

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

 a { background-color: rgb(180,165,102); }

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

border-color css

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

 span { border-color: rgb(180,165,102); }

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