Html Css Color HEX #B28C7C Brandy Rose

📋 copy color: '#B28C7C'

red 178 ◦ green 140 ◦ blue 124

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

Shades of Brandy Rose #B28C7C

Tints of Brandy Rose #B28C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 40.27%
G = 31.67%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B28C7C (or 0xB28C7C) is known color: Brandy Rose. HEX triplet: B2, 8C and 7C. RGB value is (178,140,124). Sum of RGB (Red+Green+Blue) = 178+140+124=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C7C is #4D7383. Grayscale: #959595. Windows color (decimal): -5075844 or 8162482. OLE color: 8162482.

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

Color convert

RGB 178 140 124 -
CMYK 0 0.21 0.30 0.30
HSL 17.78º 0.26% 0.59% -
HSV(B) 17.78º 0.3% 0.7% -
XYZ 31.38 29.68 23.14 -
YUV 149.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 178 140 124 0 0.21 0.30 0.30 17.78 0.26 0.59
Hex B2 8C 7C 0 15 1E 1E 12 1A 3B
Octal 262 214 174 0 25 36 36 22 32 73
Binary 10110010 10001100 1111100 0 10101 11110 11110 10010 11010 111011

Color Harmonies of #B28C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C7C

Black with #B28C7C

Text Example


Text Example

White with #B28C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C7C; }

 p { color: rgb(178,140,124); }

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

background-color css

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

 a { background-color: rgb(178,140,124); }

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

border-color css

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

 span { border-color: rgb(178,140,124); }

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