Html Css Color HEX #B4A569 Gimblet

📋 copy color: '#B4A569'

red 180 ◦ green 165 ◦ blue 105

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

Shades of Gimblet #B4A569

Tints of Gimblet #B4A569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 40%
G = 36.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B4A569 (or 0xB4A569) is known color: Gimblet. HEX triplet: B4, A5 and 69. RGB value is (180,165,105). Sum of RGB (Red+Green+Blue) = 180+165+105=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A569 is #4B5A96. Grayscale: #A2A2A2. Windows color (decimal): -4938391 or 6923700. OLE color: 6923700.

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

Color convert

RGB 180 165 105 -
CMYK 0 0.08 0.42 0.29
HSL 48º 0.33% 0.56% -
HSV(B) 48º 0.42% 0.71% -
XYZ 34.83 37.63 18.79 -
YUV 162.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 180 165 105 0 0.08 0.42 0.29 48 0.33 0.56
Hex B4 A5 69 0 8 2A 1D 30 21 38
Octal 264 245 151 0 10 52 35 60 41 70
Binary 10110100 10100101 1101001 0 1000 101010 11101 110000 100001 111000

Color Harmonies of #B4A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A569

Black with #B4A569

Text Example


Text Example

White with #B4A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A569; }

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

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

background-color css

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

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

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

border-color css

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

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

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