Html Css Color HEX #B78472 Brandy Rose

📋 copy color: '#B78472'

red 183 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #B78472

Tints of Brandy Rose #B78472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 42.66%
G = 30.77%
B = 26.57%

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

#B78472 (or 0xB78472) is known color: Brandy Rose. HEX triplet: B7, 84 and 72. RGB value is (183,132,114). Sum of RGB (Red+Green+Blue) = 183+132+114=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78472 is #487B8D. Grayscale: #919191. Windows color (decimal): -4750222 or 7505079. OLE color: 7505079.

HSL color Cylindrical-coordinate representation of color #B78472: hue angle of 15.65º degrees, saturation: 0.32, 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 #B78472 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 132 114 -
CMYK 0 0.28 0.38 0.28
HSL 15.65º 0.32% 0.58% -
HSV(B) 15.65º 0.38% 0.72% -
XYZ 30.82 27.78 19.66 -
YUV 145.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 183 132 114 0 0.28 0.38 0.28 15.65 0.32 0.58
Hex B7 84 72 0 1C 26 1C 10 20 3A
Octal 267 204 162 0 34 46 34 20 40 72
Binary 10110111 10000100 1110010 0 11100 100110 11100 10000 100000 111010

Color Harmonies of #B78472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78472

Black with #B78472

Text Example


Text Example

White with #B78472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78472; }

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

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

background-color css

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

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

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

border-color css

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

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

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