Html Css Color HEX #B78882 Brandy Rose

📋 copy color: '#B78882'

red 183 ◦ green 136 ◦ blue 130

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

Shades of Brandy Rose #B78882

Tints of Brandy Rose #B78882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

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

R = 40.76%
G = 30.29%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B78882 (or 0xB78882) is known color: Brandy Rose. HEX triplet: B7, 88 and 82. RGB value is (183,136,130). Sum of RGB (Red+Green+Blue) = 183+136+130=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B78882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78882 is #48777D. Grayscale: #959595. Windows color (decimal): -4749182 or 8554679. OLE color: 8554679.

HSL color Cylindrical-coordinate representation of color #B78882: hue angle of 6.79º 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 #B78882 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 136 130 -
CMYK 0 0.26 0.29 0.28
HSL 6.79º 0.27% 0.61% -
HSV(B) 6.79º 0.29% 0.72% -
XYZ 32.36 29.29 25.07 -
YUV 149.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 183 136 130 0 0.26 0.29 0.28 6.79 0.27 0.61
Hex B7 88 82 0 1A 1D 1C 7 1B 3D
Octal 267 210 202 0 32 35 34 7 33 75
Binary 10110111 10001000 10000010 0 11010 11101 11100 111 11011 111101

Color Harmonies of #B78882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78882

Black with #B78882

Text Example


Text Example

White with #B78882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78882; }

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

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

background-color css

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

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

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

border-color css

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

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

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