Html Css Color HEX #B4A869 Gimblet

📋 copy color: '#B4A869'

red 180 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #B4A869

Tints of Gimblet #B4A869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

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

R = 39.74%
G = 37.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B4A869 (or 0xB4A869) is known color: Gimblet. HEX triplet: B4, A8 and 69. RGB value is (180,168,105). Sum of RGB (Red+Green+Blue) = 180+168+105=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A869 is #4B5796. Grayscale: #A4A4A4. Windows color (decimal): -4937623 or 6924468. OLE color: 6924468.

HSL color Cylindrical-coordinate representation of color #B4A869: hue angle of 50.4º 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 #B4A869 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 105 -
CMYK 0 0.07 0.42 0.29
HSL 50.4º 0.33% 0.56% -
HSV(B) 50.4º 0.42% 0.71% -
XYZ 35.37 38.73 18.98 -
YUV 164.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 180 168 105 0 0.07 0.42 0.29 50.4 0.33 0.56
Hex B4 A8 69 0 7 2A 1D 32 21 38
Octal 264 250 151 0 7 52 35 62 41 70
Binary 10110100 10101000 1101001 0 111 101010 11101 110010 100001 111000

Color Harmonies of #B4A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A869

Black with #B4A869

Text Example


Text Example

White with #B4A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A869; }

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

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

background-color css

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

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

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

border-color css

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

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

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