Html Css Color HEX #B38870 Brandy Rose

📋 copy color: '#B38870'

red 179 ◦ green 136 ◦ blue 112

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

Shades of Brandy Rose #B38870

Tints of Brandy Rose #B38870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

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

R = 41.92%
G = 31.85%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B38870 (or 0xB38870) is known color: Brandy Rose. HEX triplet: B3, 88 and 70. RGB value is (179,136,112). Sum of RGB (Red+Green+Blue) = 179+136+112=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38870 is #4C778F. Grayscale: #929292. Windows color (decimal): -5011344 or 7375027. OLE color: 7375027.

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

Color convert

RGB 179 136 112 -
CMYK 0 0.24 0.37 0.30
HSL 21.49º 0.31% 0.57% -
HSV(B) 21.49º 0.37% 0.7% -
XYZ 30.32 28.36 19.21 -
YUV 146.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 179 136 112 0 0.24 0.37 0.30 21.49 0.31 0.57
Hex B3 88 70 0 18 25 1E 15 1F 39
Octal 263 210 160 0 30 45 36 25 37 71
Binary 10110011 10001000 1110000 0 11000 100101 11110 10101 11111 111001

Color Harmonies of #B38870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38870

Black with #B38870

Text Example


Text Example

White with #B38870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38870; }

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

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

background-color css

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

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

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

border-color css

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

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

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