Html Css Color HEX #B38171 Brandy Rose

📋 copy color: '#B38171'

red 179 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #B38171

Tints of Brandy Rose #B38171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 42.52%
G = 30.64%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B38171 (or 0xB38171) is known color: Brandy Rose. HEX triplet: B3, 81 and 71. RGB value is (179,129,113). Sum of RGB (Red+Green+Blue) = 179+129+113=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B38171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38171 is #4C7E8E. Grayscale: #8E8E8E. Windows color (decimal): -5013135 or 7438771. OLE color: 7438771.

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

Color convert

RGB 179 129 113 -
CMYK 0 0.28 0.37 0.30
HSL 14.55º 0.3% 0.57% -
HSV(B) 14.55º 0.37% 0.7% -
XYZ 29.42 26.48 19.18 -
YUV 142.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 179 129 113 0 0.28 0.37 0.30 14.55 0.3 0.57
Hex B3 81 71 0 1C 25 1E F 1E 39
Octal 263 201 161 0 34 45 36 17 36 71
Binary 10110011 10000001 1110001 0 11100 100101 11110 1111 11110 111001

Color Harmonies of #B38171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38171

Black with #B38171

Text Example


Text Example

White with #B38171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38171; }

 p { color: rgb(179,129,113); }

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

background-color css

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

 a { background-color: rgb(179,129,113); }

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

border-color css

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

 span { border-color: rgb(179,129,113); }

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