Html Css Color HEX #B78373 Brandy Rose

📋 copy color: '#B78373'

red 183 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #B78373

Tints of Brandy Rose #B78373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 42.66%
G = 30.54%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B78373 (or 0xB78373) is known color: Brandy Rose. HEX triplet: B7, 83 and 73. RGB value is (183,131,115). Sum of RGB (Red+Green+Blue) = 183+131+115=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78373 is #487C8C. Grayscale: #909090. Windows color (decimal): -4750477 or 7570359. OLE color: 7570359.

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

Color convert

RGB 183 131 115 -
CMYK 0 0.28 0.37 0.28
HSL 14.12º 0.32% 0.58% -
HSV(B) 14.12º 0.37% 0.72% -
XYZ 30.74 27.54 19.91 -
YUV 144.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 183 131 115 0 0.28 0.37 0.28 14.12 0.32 0.58
Hex B7 83 73 0 1C 25 1C E 20 3A
Octal 267 203 163 0 34 45 34 16 40 72
Binary 10110111 10000011 1110011 0 11100 100101 11100 1110 100000 111010

Color Harmonies of #B78373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78373

Black with #B78373

Text Example


Text Example

White with #B78373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78373; }

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

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

background-color css

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

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

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

border-color css

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

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

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