Html Css Color HEX #B78C82 Brandy Rose

📋 copy color: '#B78C82'

red 183 ◦ green 140 ◦ blue 130

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

Shades of Brandy Rose #B78C82

Tints of Brandy Rose #B78C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

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

R = 40.4%
G = 30.91%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B78C82 (or 0xB78C82) is known color: Brandy Rose. HEX triplet: B7, 8C and 82. RGB value is (183,140,130). Sum of RGB (Red+Green+Blue) = 183+140+130=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78C82 is #48737D. Grayscale: #979797. Windows color (decimal): -4748158 or 8555703. OLE color: 8555703.

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

Color convert

RGB 183 140 130 -
CMYK 0 0.23 0.29 0.28
HSL 11.32º 0.27% 0.61% -
HSV(B) 11.32º 0.29% 0.72% -
XYZ 32.94 30.44 25.26 -
YUV 151.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 183 140 130 0 0.23 0.29 0.28 11.32 0.27 0.61
Hex B7 8C 82 0 17 1D 1C B 1B 3D
Octal 267 214 202 0 27 35 34 13 33 75
Binary 10110111 10001100 10000010 0 10111 11101 11100 1011 11011 111101

Color Harmonies of #B78C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C82

Black with #B78C82

Text Example


Text Example

White with #B78C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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