Html Css Color HEX #B28675 Brandy Rose

📋 copy color: '#B28675'

red 178 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #B28675

Tints of Brandy Rose #B28675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

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

R = 41.49%
G = 31.24%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28675 (or 0xB28675) is known color: Brandy Rose. HEX triplet: B2, 86 and 75. RGB value is (178,134,117). Sum of RGB (Red+Green+Blue) = 178+134+117=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28675 is #4D798A. Grayscale: #919191. Windows color (decimal): -5077387 or 7702194. OLE color: 7702194.

HSL color Cylindrical-coordinate representation of color #B28675: hue angle of 16.72º 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 #B28675 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 117 -
CMYK 0 0.25 0.34 0.30
HSL 16.72º 0.28% 0.58% -
HSV(B) 16.72º 0.34% 0.7% -
XYZ 30.1 27.8 20.61 -
YUV 145.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 178 134 117 0 0.25 0.34 0.30 16.72 0.28 0.58
Hex B2 86 75 0 19 22 1E 11 1C 3A
Octal 262 206 165 0 31 42 36 21 34 72
Binary 10110010 10000110 1110101 0 11001 100010 11110 10001 11100 111010

Color Harmonies of #B28675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28675

Black with #B28675

Text Example


Text Example

White with #B28675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28675; }

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

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

background-color css

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

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

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

border-color css

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

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

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