Html Css Color HEX #B7A25C Gimblet

📋 copy color: '#B7A25C'

red 183 ◦ green 162 ◦ blue 92

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

Shades of Gimblet #B7A25C

Tints of Gimblet #B7A25C

RGB

 RED value IS 183 (71.88% from 255) = 41.88%

 GREEN value IS 162 (63.67% from 255) = 37.07%

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 41.88%
G = 37.07%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A25C (or 0xB7A25C) is known color: Gimblet. HEX triplet: B7, A2 and 5C. RGB value is (183,162,92). Sum of RGB (Red+Green+Blue) = 183+162+92=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A25C is #485DA3. Grayscale: #A0A0A0. Windows color (decimal): -4742564 or 6070967. OLE color: 6070967.

HSL color Cylindrical-coordinate representation of color #B7A25C: hue angle of 46.15º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7A25C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 162 92 -
CMYK 0 0.11 0.50 0.28
HSL 46.15º 0.39% 0.54% -
HSV(B) 46.15º 0.5% 0.72% -
XYZ 34.38 36.68 15.39 -
YUV 160.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 183 162 92 0 0.11 0.50 0.28 46.15 0.39 0.54
Hex B7 A2 5C 0 B 32 1C 2E 27 36
Octal 267 242 134 0 13 62 34 56 47 66
Binary 10110111 10100010 1011100 0 1011 110010 11100 101110 100111 110110

Color Harmonies of #B7A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A25C

Black with #B7A25C

Text Example


Text Example

White with #B7A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A25C; }

 p { color: rgb(183,162,92); }

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

background-color css

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

 a { background-color: rgb(183,162,92); }

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

border-color css

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

 span { border-color: rgb(183,162,92); }

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