Html Css Color HEX #B78070 Brandy Rose

📋 copy color: '#B78070'

red 183 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #B78070

Tints of Brandy Rose #B78070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 43.26%
G = 30.26%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B78070 (or 0xB78070) is known color: Brandy Rose. HEX triplet: B7, 80 and 70. RGB value is (183,128,112). Sum of RGB (Red+Green+Blue) = 183+128+112=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B78070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78070 is #487F8F. Grayscale: #8E8E8E. Windows color (decimal): -4751248 or 7372983. OLE color: 7372983.

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

Color convert

RGB 183 128 112 -
CMYK 0 0.30 0.39 0.28
HSL 13.52º 0.33% 0.58% -
HSV(B) 13.52º 0.39% 0.72% -
XYZ 30.17 26.68 18.89 -
YUV 142.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 183 128 112 0 0.30 0.39 0.28 13.52 0.33 0.58
Hex B7 80 70 0 1E 27 1C E 21 3A
Octal 267 200 160 0 36 47 34 16 41 72
Binary 10110111 10000000 1110000 0 11110 100111 11100 1110 100001 111010

Color Harmonies of #B78070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78070

Black with #B78070

Text Example


Text Example

White with #B78070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78070; }

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

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

background-color css

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

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

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

border-color css

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

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

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