Html Css Color HEX #B38973 Brandy Rose

📋 copy color: '#B38973'

red 179 ◦ green 137 ◦ blue 115

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

Shades of Brandy Rose #B38973

Tints of Brandy Rose #B38973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 41.53%
G = 31.79%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38973 (or 0xB38973) is known color: Brandy Rose. HEX triplet: B3, 89 and 73. RGB value is (179,137,115). Sum of RGB (Red+Green+Blue) = 179+137+115=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38973 is #4C768C. Grayscale: #939393. Windows color (decimal): -5011085 or 7571891. OLE color: 7571891.

HSL color Cylindrical-coordinate representation of color #B38973: hue angle of 20.62º 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 #B38973 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 115 -
CMYK 0 0.23 0.36 0.30
HSL 20.63º 0.3% 0.58% -
HSV(B) 20.63º 0.36% 0.7% -
XYZ 30.63 28.71 20.15 -
YUV 147.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 179 137 115 0 0.23 0.36 0.30 20.63 0.3 0.58
Hex B3 89 73 0 17 24 1E 15 1E 3A
Octal 263 211 163 0 27 44 36 25 36 72
Binary 10110011 10001001 1110011 0 10111 100100 11110 10101 11110 111010

Color Harmonies of #B38973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38973

Black with #B38973

Text Example


Text Example

White with #B38973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38973; }

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

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

background-color css

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

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

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

border-color css

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

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

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