Html Css Color HEX #B78580 Brandy Rose

📋 copy color: '#B78580'

red 183 ◦ green 133 ◦ blue 128

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

Shades of Brandy Rose #B78580

Tints of Brandy Rose #B78580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.95%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 41.22%
G = 29.95%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B78580 (or 0xB78580) is known color: Brandy Rose. HEX triplet: B7, 85 and 80. RGB value is (183,133,128). Sum of RGB (Red+Green+Blue) = 183+133+128=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B78580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78580 is #487A7F. Grayscale: #939393. Windows color (decimal): -4749952 or 8422839. OLE color: 8422839.

HSL color Cylindrical-coordinate representation of color #B78580: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78580 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 133 128 -
CMYK 0 0.27 0.30 0.28
HSL 5.45º 0.28% 0.61% -
HSV(B) 5.45º 0.3% 0.72% -
XYZ 31.81 28.4 24.23 -
YUV 147.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 183 133 128 0 0.27 0.30 0.28 5.45 0.28 0.61
Hex B7 85 80 0 1B 1E 1C 5 1C 3D
Octal 267 205 200 0 33 36 34 5 34 75
Binary 10110111 10000101 10000000 0 11011 11110 11100 101 11100 111101

Color Harmonies of #B78580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78580

Black with #B78580

Text Example


Text Example

White with #B78580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78580; }

 p { color: rgb(183,133,128); }

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

background-color css

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

 a { background-color: rgb(183,133,128); }

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

border-color css

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

 span { border-color: rgb(183,133,128); }

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