Html Css Color HEX #B38A75 Brandy Rose

📋 copy color: '#B38A75'

red 179 ◦ green 138 ◦ blue 117

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

Shades of Brandy Rose #B38A75

Tints of Brandy Rose #B38A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 41.24%
G = 31.8%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B38A75 (or 0xB38A75) is known color: Brandy Rose. HEX triplet: B3, 8A and 75. RGB value is (179,138,117). Sum of RGB (Red+Green+Blue) = 179+138+117=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A75 is #4C758A. Grayscale: #939393. Windows color (decimal): -5010827 or 7703219. OLE color: 7703219.

HSL color Cylindrical-coordinate representation of color #B38A75: hue angle of 20.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38A75 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 138 117 -
CMYK 0 0.23 0.35 0.30
HSL 20.32º 0.29% 0.58% -
HSV(B) 20.32º 0.35% 0.7% -
XYZ 30.89 29.05 20.81 -
YUV 147.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 179 138 117 0 0.23 0.35 0.30 20.32 0.29 0.58
Hex B3 8A 75 0 17 23 1E 14 1D 3A
Octal 263 212 165 0 27 43 36 24 35 72
Binary 10110011 10001010 1110101 0 10111 100011 11110 10100 11101 111010

Color Harmonies of #B38A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A75

Black with #B38A75

Text Example


Text Example

White with #B38A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A75; }

 p { color: rgb(179,138,117); }

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

background-color css

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

 a { background-color: rgb(179,138,117); }

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

border-color css

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

 span { border-color: rgb(179,138,117); }

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