Html Css Color HEX #B38773 Brandy Rose

📋 copy color: '#B38773'

red 179 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #B38773

Tints of Brandy Rose #B38773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 41.72%
G = 31.47%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38773 (or 0xB38773) is known color: Brandy Rose. HEX triplet: B3, 87 and 73. RGB value is (179,135,115). Sum of RGB (Red+Green+Blue) = 179+135+115=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38773 is #4C788C. Grayscale: #929292. Windows color (decimal): -5011597 or 7571379. OLE color: 7571379.

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

Color convert

RGB 179 135 115 -
CMYK 0 0.25 0.36 0.30
HSL 18.75º 0.3% 0.58% -
HSV(B) 18.75º 0.36% 0.7% -
XYZ 30.35 28.15 20.05 -
YUV 145.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 179 135 115 0 0.25 0.36 0.30 18.75 0.3 0.58
Hex B3 87 73 0 19 24 1E 13 1E 3A
Octal 263 207 163 0 31 44 36 23 36 72
Binary 10110011 10000111 1110011 0 11001 100100 11110 10011 11110 111010

Color Harmonies of #B38773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38773

Black with #B38773

Text Example


Text Example

White with #B38773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38773; }

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

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

background-color css

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

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

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

border-color css

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

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

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