Html Css Color HEX #B28375 Brandy Rose

📋 copy color: '#B28375'

red 178 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #B28375

Tints of Brandy Rose #B28375

RGB

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

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

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

R = 41.78%
G = 30.75%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28375 (or 0xB28375) is known color: Brandy Rose. HEX triplet: B2, 83 and 75. RGB value is (178,131,117). Sum of RGB (Red+Green+Blue) = 178+131+117=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B28375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28375 is #4D7C8A. Grayscale: #8F8F8F. Windows color (decimal): -5078155 or 7701426. OLE color: 7701426.

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

Color convert

RGB 178 131 117 -
CMYK 0 0.26 0.34 0.30
HSL 13.77º 0.28% 0.58% -
HSV(B) 13.77º 0.34% 0.7% -
XYZ 29.69 26.98 20.47 -
YUV 143.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 178 131 117 0 0.26 0.34 0.30 13.77 0.28 0.58
Hex B2 83 75 0 1A 22 1E E 1C 3A
Octal 262 203 165 0 32 42 36 16 34 72
Binary 10110010 10000011 1110101 0 11010 100010 11110 1110 11100 111010

Color Harmonies of #B28375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28375

Black with #B28375

Text Example


Text Example

White with #B28375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28375; }

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

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

background-color css

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

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

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

border-color css

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

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

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