Html Css Color HEX #B78173 Brandy Rose

📋 copy color: '#B78173'

red 183 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #B78173

Tints of Brandy Rose #B78173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 42.86%
G = 30.21%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B78173 (or 0xB78173) is known color: Brandy Rose. HEX triplet: B7, 81 and 73. RGB value is (183,129,115). Sum of RGB (Red+Green+Blue) = 183+129+115=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B78173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78173 is #487E8C. Grayscale: #8F8F8F. Windows color (decimal): -4750989 or 7569847. OLE color: 7569847.

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

Color convert

RGB 183 129 115 -
CMYK 0 0.30 0.37 0.28
HSL 12.35º 0.32% 0.58% -
HSV(B) 12.35º 0.37% 0.72% -
XYZ 30.47 27.01 19.83 -
YUV 143.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 183 129 115 0 0.30 0.37 0.28 12.35 0.32 0.58
Hex B7 81 73 0 1E 25 1C C 20 3A
Octal 267 201 163 0 36 45 34 14 40 72
Binary 10110111 10000001 1110011 0 11110 100101 11100 1100 100000 111010

Color Harmonies of #B78173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78173

Black with #B78173

Text Example


Text Example

White with #B78173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78173; }

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

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

background-color css

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

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

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

border-color css

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

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

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