Html Css Color HEX #B78073 Brandy Rose

📋 copy color: '#B78073'

red 183 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #B78073

Tints of Brandy Rose #B78073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

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

R = 42.96%
G = 30.05%
B = 27%

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

#B78073 (or 0xB78073) is known color: Brandy Rose. HEX triplet: B7, 80 and 73. RGB value is (183,128,115). Sum of RGB (Red+Green+Blue) = 183+128+115=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B78073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78073 is #487F8C. Grayscale: #8F8F8F. Windows color (decimal): -4751245 or 7569591. OLE color: 7569591.

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

Color convert

RGB 183 128 115 -
CMYK 0 0.30 0.37 0.28
HSL 11.47º 0.32% 0.58% -
HSV(B) 11.47º 0.37% 0.72% -
XYZ 30.34 26.74 19.78 -
YUV 142.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 183 128 115 0 0.30 0.37 0.28 11.47 0.32 0.58
Hex B7 80 73 0 1E 25 1C B 20 3A
Octal 267 200 163 0 36 45 34 13 40 72
Binary 10110111 10000000 1110011 0 11110 100101 11100 1011 100000 111010

Color Harmonies of #B78073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78073

Black with #B78073

Text Example


Text Example

White with #B78073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78073; }

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

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

background-color css

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

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

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

border-color css

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

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

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