Html Css Color HEX #D7B48B Brandy

📋 copy color: '#D7B48B'

red 215 ◦ green 180 ◦ blue 139

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

Shades of Brandy #D7B48B

Tints of Brandy #D7B48B

RGB

 RED value IS 215 (84.38% from 255) = 40.26%

 GREEN value IS 180 (70.7% from 255) = 33.71%

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 40.26%
G = 33.71%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7B48B (or 0xD7B48B) is known color: Brandy. HEX triplet: D7, B4 and 8B. RGB value is (215,180,139). Sum of RGB (Red+Green+Blue) = 215+180+139=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B48B is #284B74. Grayscale: #B9B9B9. Windows color (decimal): -2640757 or 9155799. OLE color: 9155799.

HSL color Cylindrical-coordinate representation of color #D7B48B: hue angle of 32.37º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7B48B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 139 -
CMYK 0 0.16 0.35 0.16
HSL 32.37º 0.49% 0.69% -
HSV(B) 32.37º 0.35% 0.84% -
XYZ 49.01 48.95 31.29 -
YUV 185.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 215 180 139 0 0.16 0.35 0.16 32.37 0.49 0.69
Hex D7 B4 8B 0 10 23 10 20 31 45
Octal 327 264 213 0 20 43 20 40 61 105
Binary 11010111 10110100 10001011 0 10000 100011 10000 100000 110001 1000101

Color Harmonies of #D7B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B48B

Black with #D7B48B

Text Example


Text Example

White with #D7B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B48B; }

 p { color: rgb(215,180,139); }

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

background-color css

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

 a { background-color: rgb(215,180,139); }

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

border-color css

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

 span { border-color: rgb(215,180,139); }

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