Html Css Color HEX #B78075 Brandy Rose

📋 copy color: '#B78075'

red 183 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #B78075

Tints of Brandy Rose #B78075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.34%

R = 42.76%
G = 29.91%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B78075 (or 0xB78075) is known color: Brandy Rose. HEX triplet: B7, 80 and 75. RGB value is (183,128,117). Sum of RGB (Red+Green+Blue) = 183+128+117=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78075 is #487F8A. Grayscale: #8F8F8F. Windows color (decimal): -4751243 or 7700663. OLE color: 7700663.

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

Color convert

RGB 183 128 117 -
CMYK 0 0.30 0.36 0.28
HSL 10º 0.31% 0.59% -
HSV(B) 10º 0.36% 0.72% -
XYZ 30.46 26.79 20.4 -
YUV 143.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 183 128 117 0 0.30 0.36 0.28 10 0.31 0.59
Hex B7 80 75 0 1E 24 1C A 1F 3B
Octal 267 200 165 0 36 44 34 12 37 73
Binary 10110111 10000000 1110101 0 11110 100100 11100 1010 11111 111011

Color Harmonies of #B78075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78075

Black with #B78075

Text Example


Text Example

White with #B78075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78075; }

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

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

background-color css

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

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

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

border-color css

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

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

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