Html Css Color HEX #B78172 Brandy Rose

📋 copy color: '#B78172'

red 183 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #B78172

Tints of Brandy Rose #B78172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 42.96%
G = 30.28%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B78172 (or 0xB78172) is known color: Brandy Rose. HEX triplet: B7, 81 and 72. RGB value is (183,129,114). Sum of RGB (Red+Green+Blue) = 183+129+114=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B78172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78172 is #487E8D. Grayscale: #8F8F8F. Windows color (decimal): -4750990 or 7504311. OLE color: 7504311.

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

Color convert

RGB 183 129 114 -
CMYK 0 0.30 0.38 0.28
HSL 13.04º 0.32% 0.58% -
HSV(B) 13.04º 0.38% 0.72% -
XYZ 30.42 26.98 19.52 -
YUV 143.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 183 129 114 0 0.30 0.38 0.28 13.04 0.32 0.58
Hex B7 81 72 0 1E 26 1C D 20 3A
Octal 267 201 162 0 36 46 34 15 40 72
Binary 10110111 10000001 1110010 0 11110 100110 11100 1101 100000 111010

Color Harmonies of #B78172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78172

Black with #B78172

Text Example


Text Example

White with #B78172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78172; }

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

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

background-color css

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

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

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

border-color css

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

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

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