Html Css Color HEX #B28381 Brandy Rose

📋 copy color: '#B28381'

red 178 ◦ green 131 ◦ blue 129

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

Shades of Brandy Rose #B28381

Tints of Brandy Rose #B28381

RGB

 RED value IS 178 (69.92% from 255) = 40.64%

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

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

R = 40.64%
G = 29.91%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28381 (or 0xB28381) is known color: Brandy Rose. HEX triplet: B2, 83 and 81. RGB value is (178,131,129). Sum of RGB (Red+Green+Blue) = 178+131+129=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B28381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28381 is #4D7C7E. Grayscale: #909090. Windows color (decimal): -5078143 or 8487858. OLE color: 8487858.

HSL color Cylindrical-coordinate representation of color #B28381: hue angle of 2.45º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28381 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 129 -
CMYK 0 0.26 0.28 0.30
HSL 2.45º 0.24% 0.6% -
HSV(B) 2.45º 0.28% 0.7% -
XYZ 30.44 27.28 24.43 -
YUV 144.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 178 131 129 0 0.26 0.28 0.30 2.45 0.24 0.6
Hex B2 83 81 0 1A 1C 1E 2 18 3C
Octal 262 203 201 0 32 34 36 2 30 74
Binary 10110010 10000011 10000001 0 11010 11100 11110 10 11000 111100

Color Harmonies of #B28381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28381

Black with #B28381

Text Example


Text Example

White with #B28381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28381; }

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

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

background-color css

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

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

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

border-color css

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

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

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