Html Css Color HEX #B38370 Brandy Rose

📋 copy color: '#B38370'

red 179 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #B38370

Tints of Brandy Rose #B38370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 42.42%
G = 31.04%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B38370 (or 0xB38370) is known color: Brandy Rose. HEX triplet: B3, 83 and 70. RGB value is (179,131,112). Sum of RGB (Red+Green+Blue) = 179+131+112=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B38370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38370 is #4C7C8F. Grayscale: #8F8F8F. Windows color (decimal): -5012624 or 7373747. OLE color: 7373747.

HSL color Cylindrical-coordinate representation of color #B38370: hue angle of 17.01º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38370 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 112 -
CMYK 0 0.27 0.37 0.30
HSL 17.01º 0.31% 0.57% -
HSV(B) 17.01º 0.37% 0.7% -
XYZ 29.63 26.99 18.98 -
YUV 143.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 179 131 112 0 0.27 0.37 0.30 17.01 0.31 0.57
Hex B3 83 70 0 1B 25 1E 11 1F 39
Octal 263 203 160 0 33 45 36 21 37 71
Binary 10110011 10000011 1110000 0 11011 100101 11110 10001 11111 111001

Color Harmonies of #B38370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38370

Black with #B38370

Text Example


Text Example

White with #B38370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38370; }

 p { color: rgb(179,131,112); }

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

background-color css

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

 a { background-color: rgb(179,131,112); }

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

border-color css

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

 span { border-color: rgb(179,131,112); }

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