Html Css Color HEX #B7A25F Gimblet

📋 copy color: '#B7A25F'

red 183 ◦ green 162 ◦ blue 95

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

Shades of Gimblet #B7A25F

Tints of Gimblet #B7A25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 41.59%
G = 36.82%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A25F (or 0xB7A25F) is known color: Gimblet. HEX triplet: B7, A2 and 5F. RGB value is (183,162,95). Sum of RGB (Red+Green+Blue) = 183+162+95=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A25F is #485DA0. Grayscale: #A0A0A0. Windows color (decimal): -4742561 or 6267575. OLE color: 6267575.

HSL color Cylindrical-coordinate representation of color #B7A25F: hue angle of 45.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7A25F is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 162 95 -
CMYK 0 0.11 0.48 0.28
HSL 45.68º 0.38% 0.55% -
HSV(B) 45.68º 0.48% 0.72% -
XYZ 34.51 36.73 16.1 -
YUV 160.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 183 162 95 0 0.11 0.48 0.28 45.68 0.38 0.55
Hex B7 A2 5F 0 B 30 1C 2E 26 37
Octal 267 242 137 0 13 60 34 56 46 67
Binary 10110111 10100010 1011111 0 1011 110000 11100 101110 100110 110111

Color Harmonies of #B7A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A25F

Black with #B7A25F

Text Example


Text Example

White with #B7A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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