Html Css Color HEX #B78474 Brandy Rose

📋 copy color: '#B78474'

red 183 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #B78474

Tints of Brandy Rose #B78474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 42.46%
G = 30.63%
B = 26.91%

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

#B78474 (or 0xB78474) is known color: Brandy Rose. HEX triplet: B7, 84 and 74. RGB value is (183,132,116). Sum of RGB (Red+Green+Blue) = 183+132+116=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78474 is #487B8B. Grayscale: #919191. Windows color (decimal): -4750220 or 7636151. OLE color: 7636151.

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

Color convert

RGB 183 132 116 -
CMYK 0 0.28 0.37 0.28
HSL 14.33º 0.32% 0.59% -
HSV(B) 14.33º 0.37% 0.72% -
XYZ 30.93 27.83 20.26 -
YUV 145.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 183 132 116 0 0.28 0.37 0.28 14.33 0.32 0.59
Hex B7 84 74 0 1C 25 1C E 20 3B
Octal 267 204 164 0 34 45 34 16 40 73
Binary 10110111 10000100 1110100 0 11100 100101 11100 1110 100000 111011

Color Harmonies of #B78474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78474

Black with #B78474

Text Example


Text Example

White with #B78474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78474; }

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

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

background-color css

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

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

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

border-color css

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

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

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