Html Css Color HEX #B38B7D Brandy Rose

📋 copy color: '#B38B7D'

red 179 ◦ green 139 ◦ blue 125

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

Shades of Brandy Rose #B38B7D

Tints of Brandy Rose #B38B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 40.41%
G = 31.38%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B38B7D (or 0xB38B7D) is known color: Brandy Rose. HEX triplet: B3, 8B and 7D. RGB value is (179,139,125). Sum of RGB (Red+Green+Blue) = 179+139+125=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B7D is #4C7482. Grayscale: #959595. Windows color (decimal): -5010563 or 8227763. OLE color: 8227763.

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

Color convert

RGB 179 139 125 -
CMYK 0 0.22 0.30 0.30
HSL 15.56º 0.26% 0.6% -
HSV(B) 15.56º 0.3% 0.7% -
XYZ 31.52 29.53 23.44 -
YUV 149.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 179 139 125 0 0.22 0.30 0.30 15.56 0.26 0.6
Hex B3 8B 7D 0 16 1E 1E 10 1A 3C
Octal 263 213 175 0 26 36 36 20 32 74
Binary 10110011 10001011 1111101 0 10110 11110 11110 10000 11010 111100

Color Harmonies of #B38B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B7D

Black with #B38B7D

Text Example


Text Example

White with #B38B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B7D; }

 p { color: rgb(179,139,125); }

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

background-color css

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

 a { background-color: rgb(179,139,125); }

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

border-color css

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

 span { border-color: rgb(179,139,125); }

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