Html Css Color HEX #B78471 Brandy Rose

📋 copy color: '#B78471'

red 183 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #B78471

Tints of Brandy Rose #B78471

RGB

 RED value IS 183 (71.88% from 255) = 42.76%

 GREEN value IS 132 (51.95% from 255) = 30.84%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 42.76%
G = 30.84%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B78471 (or 0xB78471) is known color: Brandy Rose. HEX triplet: B7, 84 and 71. RGB value is (183,132,113). Sum of RGB (Red+Green+Blue) = 183+132+113=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78471 is #487B8E. Grayscale: #919191. Windows color (decimal): -4750223 or 7439543. OLE color: 7439543.

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

Color convert

RGB 183 132 113 -
CMYK 0 0.28 0.38 0.28
HSL 16.29º 0.33% 0.58% -
HSV(B) 16.29º 0.38% 0.72% -
XYZ 30.76 27.76 19.36 -
YUV 145.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 183 132 113 0 0.28 0.38 0.28 16.29 0.33 0.58
Hex B7 84 71 0 1C 26 1C 10 21 3A
Octal 267 204 161 0 34 46 34 20 41 72
Binary 10110111 10000100 1110001 0 11100 100110 11100 10000 100001 111010

Color Harmonies of #B78471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78471

Black with #B78471

Text Example


Text Example

White with #B78471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78471; }

 p { color: rgb(183,132,113); }

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

background-color css

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

 a { background-color: rgb(183,132,113); }

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

border-color css

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

 span { border-color: rgb(183,132,113); }

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