Html Css Color HEX #B78482 Brandy Rose

📋 copy color: '#B78482'

red 183 ◦ green 132 ◦ blue 130

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

Shades of Brandy Rose #B78482

Tints of Brandy Rose #B78482

RGB

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

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

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

R = 41.12%
G = 29.66%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B78482 (or 0xB78482) is known color: Brandy Rose. HEX triplet: B7, 84 and 82. RGB value is (183,132,130). Sum of RGB (Red+Green+Blue) = 183+132+130=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B78482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78482 is #487B7D. Grayscale: #939393. Windows color (decimal): -4750206 or 8553655. OLE color: 8553655.

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

Color convert

RGB 183 132 130 -
CMYK 0 0.28 0.29 0.28
HSL 2.26º 0.27% 0.61% -
HSV(B) 2.26º 0.29% 0.72% -
XYZ 31.81 28.18 24.88 -
YUV 147.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 183 132 130 0 0.28 0.29 0.28 2.26 0.27 0.61
Hex B7 84 82 0 1C 1D 1C 2 1B 3D
Octal 267 204 202 0 34 35 34 2 33 75
Binary 10110111 10000100 10000010 0 11100 11101 11100 10 11011 111101

Color Harmonies of #B78482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78482

Black with #B78482

Text Example


Text Example

White with #B78482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78482; }

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

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

background-color css

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

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

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

border-color css

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

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

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