Html Css Color HEX #B38770 Brandy Rose

📋 copy color: '#B38770'

red 179 ◦ green 135 ◦ blue 112

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

Shades of Brandy Rose #B38770

Tints of Brandy Rose #B38770

RGB

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

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

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

R = 42.02%
G = 31.69%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B38770 (or 0xB38770) is known color: Brandy Rose. HEX triplet: B3, 87 and 70. RGB value is (179,135,112). Sum of RGB (Red+Green+Blue) = 179+135+112=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B38770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38770 is #4C788F. Grayscale: #919191. Windows color (decimal): -5011600 or 7374771. OLE color: 7374771.

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

Color convert

RGB 179 135 112 -
CMYK 0 0.25 0.37 0.30
HSL 20.6º 0.31% 0.57% -
HSV(B) 20.6º 0.37% 0.7% -
XYZ 30.18 28.08 19.16 -
YUV 145.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 179 135 112 0 0.25 0.37 0.30 20.6 0.31 0.57
Hex B3 87 70 0 19 25 1E 15 1F 39
Octal 263 207 160 0 31 45 36 25 37 71
Binary 10110011 10000111 1110000 0 11001 100101 11110 10101 11111 111001

Color Harmonies of #B38770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38770

Black with #B38770

Text Example


Text Example

White with #B38770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38770; }

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

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

background-color css

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

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

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

border-color css

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

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

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