Html Css Color HEX #B78381 Brandy Rose

📋 copy color: '#B78381'

red 183 ◦ green 131 ◦ blue 129

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

Shades of Brandy Rose #B78381

Tints of Brandy Rose #B78381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 41.31%
G = 29.57%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B78381 (or 0xB78381) is known color: Brandy Rose. HEX triplet: B7, 83 and 81. RGB value is (183,131,129). Sum of RGB (Red+Green+Blue) = 183+131+129=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B78381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78381 is #487C7E. Grayscale: #929292. Windows color (decimal): -4750463 or 8487863. OLE color: 8487863.

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

Color convert

RGB 183 131 129 -
CMYK 0 0.28 0.30 0.28
HSL 2.22º 0.27% 0.61% -
HSV(B) 2.22º 0.3% 0.72% -
XYZ 31.61 27.88 24.49 -
YUV 146.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 183 131 129 0 0.28 0.30 0.28 2.22 0.27 0.61
Hex B7 83 81 0 1C 1E 1C 2 1B 3D
Octal 267 203 201 0 34 36 34 2 33 75
Binary 10110111 10000011 10000001 0 11100 11110 11100 10 11011 111101

Color Harmonies of #B78381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78381

Black with #B78381

Text Example


Text Example

White with #B78381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78381; }

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

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

background-color css

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

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

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

border-color css

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

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

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