Html Css Color HEX #B78483 Brandy Rose

📋 copy color: '#B78483'

red 183 ◦ green 132 ◦ blue 131

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

Shades of Brandy Rose #B78483

Tints of Brandy Rose #B78483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.37%

R = 41.03%
G = 29.6%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B78483 (or 0xB78483) is known color: Brandy Rose. HEX triplet: B7, 84 and 83. RGB value is (183,132,131). Sum of RGB (Red+Green+Blue) = 183+132+131=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78483 is #487B7C. Grayscale: #939393. Windows color (decimal): -4750205 or 8619191. OLE color: 8619191.

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

Color convert

RGB 183 132 131 -
CMYK 0 0.28 0.28 0.28
HSL 1.15º 0.27% 0.62% -
HSV(B) 1.15º 0.28% 0.72% -
XYZ 31.88 28.21 25.24 -
YUV 147.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 183 132 131 0 0.28 0.28 0.28 1.15 0.27 0.62
Hex B7 84 83 0 1C 1C 1C 1 1B 3E
Octal 267 204 203 0 34 34 34 1 33 76
Binary 10110111 10000100 10000011 0 11100 11100 11100 1 11011 111110

Color Harmonies of #B78483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78483

Black with #B78483

Text Example


Text Example

White with #B78483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78483; }

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

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

background-color css

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

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

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

border-color css

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

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

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