Html Css Color HEX #B38781 Brandy Rose

📋 copy color: '#B38781'

red 179 ◦ green 135 ◦ blue 129

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

Shades of Brandy Rose #B38781

Tints of Brandy Rose #B38781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 40.41%
G = 30.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38781 (or 0xB38781) is known color: Brandy Rose. HEX triplet: B3, 87 and 81. RGB value is (179,135,129). Sum of RGB (Red+Green+Blue) = 179+135+129=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38781 is #4C787E. Grayscale: #939393. Windows color (decimal): -5011583 or 8488883. OLE color: 8488883.

HSL color Cylindrical-coordinate representation of color #B38781: hue angle of 7.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38781 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 129 -
CMYK 0 0.25 0.28 0.30
HSL 7.2º 0.25% 0.6% -
HSV(B) 7.2º 0.28% 0.7% -
XYZ 31.22 28.5 24.62 -
YUV 147.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 179 135 129 0 0.25 0.28 0.30 7.2 0.25 0.6
Hex B3 87 81 0 19 1C 1E 7 19 3C
Octal 263 207 201 0 31 34 36 7 31 74
Binary 10110011 10000111 10000001 0 11001 11100 11110 111 11001 111100

Color Harmonies of #B38781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38781

Black with #B38781

Text Example


Text Example

White with #B38781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38781; }

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

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

background-color css

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

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

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

border-color css

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

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

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