Html Css Color HEX #B78372 Brandy Rose

📋 copy color: '#B78372'

red 183 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #B78372

Tints of Brandy Rose #B78372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

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

R = 42.76%
G = 30.61%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B78372 (or 0xB78372) is known color: Brandy Rose. HEX triplet: B7, 83 and 72. RGB value is (183,131,114). Sum of RGB (Red+Green+Blue) = 183+131+114=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78372 is #487C8D. Grayscale: #909090. Windows color (decimal): -4750478 or 7504823. OLE color: 7504823.

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

Color convert

RGB 183 131 114 -
CMYK 0 0.28 0.38 0.28
HSL 14.78º 0.32% 0.58% -
HSV(B) 14.78º 0.38% 0.72% -
XYZ 30.68 27.51 19.61 -
YUV 144.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 183 131 114 0 0.28 0.38 0.28 14.78 0.32 0.58
Hex B7 83 72 0 1C 26 1C F 20 3A
Octal 267 203 162 0 34 46 34 17 40 72
Binary 10110111 10000011 1110010 0 11100 100110 11100 1111 100000 111010

Color Harmonies of #B78372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78372

Black with #B78372

Text Example


Text Example

White with #B78372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78372; }

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

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

background-color css

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

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

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

border-color css

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

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

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