Html Css Color HEX #B48678 Brandy Rose

📋 copy color: '#B48678'

red 180 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #B48678

Tints of Brandy Rose #B48678

RGB

 RED value IS 180 (70.7% from 255) = 41.47%

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 41.47%
G = 30.88%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B48678 (or 0xB48678) is known color: Brandy Rose. HEX triplet: B4, 86 and 78. RGB value is (180,134,120). Sum of RGB (Red+Green+Blue) = 180+134+120=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B48678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48678 is #4B7987. Grayscale: #929292. Windows color (decimal): -4946312 or 7898804. OLE color: 7898804.

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

Color convert

RGB 180 134 120 -
CMYK 0 0.26 0.33 0.29
HSL 14º 0.29% 0.59% -
HSV(B) 14º 0.33% 0.71% -
XYZ 30.74 28.11 21.57 -
YUV 146.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 180 134 120 0 0.26 0.33 0.29 14 0.29 0.59
Hex B4 86 78 0 1A 21 1D E 1D 3B
Octal 264 206 170 0 32 41 35 16 35 73
Binary 10110100 10000110 1111000 0 11010 100001 11101 1110 11101 111011

Color Harmonies of #B48678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48678

Black with #B48678

Text Example


Text Example

White with #B48678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48678; }

 p { color: rgb(180,134,120); }

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

background-color css

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

 a { background-color: rgb(180,134,120); }

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

border-color css

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

 span { border-color: rgb(180,134,120); }

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