Html Css Color HEX #B38178 Brandy Rose

📋 copy color: '#B38178'

red 179 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #B38178

Tints of Brandy Rose #B38178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 41.82%
G = 30.14%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B38178 (or 0xB38178) is known color: Brandy Rose. HEX triplet: B3, 81 and 78. RGB value is (179,129,120). Sum of RGB (Red+Green+Blue) = 179+129+120=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38178 is #4C7E87. Grayscale: #8F8F8F. Windows color (decimal): -5013128 or 7897523. OLE color: 7897523.

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

Color convert

RGB 179 129 120 -
CMYK 0 0.28 0.33 0.30
HSL 9.15º 0.28% 0.59% -
HSV(B) 9.15º 0.33% 0.7% -
XYZ 29.83 26.64 21.34 -
YUV 142.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 179 129 120 0 0.28 0.33 0.30 9.15 0.28 0.59
Hex B3 81 78 0 1C 21 1E 9 1C 3B
Octal 263 201 170 0 34 41 36 11 34 73
Binary 10110011 10000001 1111000 0 11100 100001 11110 1001 11100 111011

Color Harmonies of #B38178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38178

Black with #B38178

Text Example


Text Example

White with #B38178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38178; }

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

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

background-color css

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

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

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

border-color css

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

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

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