Html Css Color HEX #B38778 Brandy Rose

📋 copy color: '#B38778'

red 179 ◦ green 135 ◦ blue 120

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

Shades of Brandy Rose #B38778

Tints of Brandy Rose #B38778

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 120 (47.27% from 255) = 27.65%

R = 41.24%
G = 31.11%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B38778 (or 0xB38778) is known color: Brandy Rose. HEX triplet: B3, 87 and 78. RGB value is (179,135,120). Sum of RGB (Red+Green+Blue) = 179+135+120=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38778 is #4C7887. Grayscale: #929292. Windows color (decimal): -5011592 or 7899059. OLE color: 7899059.

HSL color Cylindrical-coordinate representation of color #B38778: hue angle of 15.25º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38778 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 120 -
CMYK 0 0.25 0.33 0.30
HSL 15.25º 0.28% 0.59% -
HSV(B) 15.25º 0.33% 0.7% -
XYZ 30.64 28.27 21.61 -
YUV 146.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 179 135 120 0 0.25 0.33 0.30 15.25 0.28 0.59
Hex B3 87 78 0 19 21 1E F 1C 3B
Octal 263 207 170 0 31 41 36 17 34 73
Binary 10110011 10000111 1111000 0 11001 100001 11110 1111 11100 111011

Color Harmonies of #B38778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38778

Black with #B38778

Text Example


Text Example

White with #B38778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38778; }

 p { color: rgb(179,135,120); }

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

background-color css

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

 a { background-color: rgb(179,135,120); }

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

border-color css

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

 span { border-color: rgb(179,135,120); }

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