Html Css Color HEX #B28670 Brandy Rose

📋 copy color: '#B28670'

red 178 ◦ green 134 ◦ blue 112

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

Shades of Brandy Rose #B28670

Tints of Brandy Rose #B28670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 41.98%
G = 31.6%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B28670 (or 0xB28670) is known color: Brandy Rose. HEX triplet: B2, 86 and 70. RGB value is (178,134,112). Sum of RGB (Red+Green+Blue) = 178+134+112=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B28670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28670 is #4D798F. Grayscale: #909090. Windows color (decimal): -5077392 or 7374514. OLE color: 7374514.

HSL color Cylindrical-coordinate representation of color #B28670: hue angle of 20º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28670 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 112 -
CMYK 0 0.25 0.37 0.30
HSL 20º 0.3% 0.57% -
HSV(B) 20º 0.37% 0.7% -
XYZ 29.81 27.69 19.1 -
YUV 144.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 178 134 112 0 0.25 0.37 0.30 20 0.3 0.57
Hex B2 86 70 0 19 25 1E 14 1E 39
Octal 262 206 160 0 31 45 36 24 36 71
Binary 10110010 10000110 1110000 0 11001 100101 11110 10100 11110 111001

Color Harmonies of #B28670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28670

Black with #B28670

Text Example


Text Example

White with #B28670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28670; }

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

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

background-color css

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

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

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

border-color css

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

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

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