Html Css Color HEX #B78A82 Brandy Rose

📋 copy color: '#B78A82'

red 183 ◦ green 138 ◦ blue 130

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

Shades of Brandy Rose #B78A82

Tints of Brandy Rose #B78A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

 BLUE value IS 130 (51.17% from 255) = 28.82%

R = 40.58%
G = 30.6%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B78A82 (or 0xB78A82) is known color: Brandy Rose. HEX triplet: B7, 8A and 82. RGB value is (183,138,130). Sum of RGB (Red+Green+Blue) = 183+138+130=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78A82 is #48757D. Grayscale: #969696. Windows color (decimal): -4748670 or 8555191. OLE color: 8555191.

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

Color convert

RGB 183 138 130 -
CMYK 0 0.25 0.29 0.28
HSL 9.06º 0.27% 0.61% -
HSV(B) 9.06º 0.29% 0.72% -
XYZ 32.65 29.86 25.16 -
YUV 150.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 183 138 130 0 0.25 0.29 0.28 9.06 0.27 0.61
Hex B7 8A 82 0 19 1D 1C 9 1B 3D
Octal 267 212 202 0 31 35 34 11 33 75
Binary 10110111 10001010 10000010 0 11001 11101 11100 1001 11011 111101

Color Harmonies of #B78A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A82

Black with #B78A82

Text Example


Text Example

White with #B78A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A82; }

 p { color: rgb(183,138,130); }

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

background-color css

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

 a { background-color: rgb(183,138,130); }

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

border-color css

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

 span { border-color: rgb(183,138,130); }

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