Html Css Color HEX #B78175 Brandy Rose

📋 copy color: '#B78175'

red 183 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #B78175

Tints of Brandy Rose #B78175

RGB

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

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

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

R = 42.66%
G = 30.07%
B = 27.27%

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

#B78175 (or 0xB78175) is known color: Brandy Rose. HEX triplet: B7, 81 and 75. RGB value is (183,129,117). Sum of RGB (Red+Green+Blue) = 183+129+117=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78175 is #487E8A. Grayscale: #8F8F8F. Windows color (decimal): -4750987 or 7700919. OLE color: 7700919.

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

Color convert

RGB 183 129 117 -
CMYK 0 0.30 0.36 0.28
HSL 10.91º 0.31% 0.59% -
HSV(B) 10.91º 0.36% 0.72% -
XYZ 30.59 27.05 20.44 -
YUV 143.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 183 129 117 0 0.30 0.36 0.28 10.91 0.31 0.59
Hex B7 81 75 0 1E 24 1C B 1F 3B
Octal 267 201 165 0 36 44 34 13 37 73
Binary 10110111 10000001 1110101 0 11110 100100 11100 1011 11111 111011

Color Harmonies of #B78175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78175

Black with #B78175

Text Example


Text Example

White with #B78175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78175; }

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

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

background-color css

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

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

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

border-color css

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

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

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