Html Css Color HEX #B08478 Brandy Rose

📋 copy color: '#B08478'

red 176 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #B08478

Tints of Brandy Rose #B08478

RGB

 RED value IS 176 (69.14% from 255) = 41.12%

 GREEN value IS 132 (51.95% from 255) = 30.84%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 41.12%
G = 30.84%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B08478 (or 0xB08478) is known color: Brandy Rose. HEX triplet: B0, 84 and 78. RGB value is (176,132,120). Sum of RGB (Red+Green+Blue) = 176+132+120=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08478 is #4F7B87. Grayscale: #8F8F8F. Windows color (decimal): -5208968 or 7898288. OLE color: 7898288.

HSL color Cylindrical-coordinate representation of color #B08478: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08478 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 120 -
CMYK 0 0.25 0.32 0.31
HSL 12.86º 0.26% 0.58% -
HSV(B) 12.86º 0.32% 0.69% -
XYZ 29.55 27.09 21.44 -
YUV 143.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 176 132 120 0 0.25 0.32 0.31 12.86 0.26 0.58
Hex B0 84 78 0 19 20 1F D 1A 3A
Octal 260 204 170 0 31 40 37 15 32 72
Binary 10110000 10000100 1111000 0 11001 100000 11111 1101 11010 111010

Color Harmonies of #B08478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08478

Black with #B08478

Text Example


Text Example

White with #B08478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08478; }

 p { color: rgb(176,132,120); }

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

background-color css

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

 a { background-color: rgb(176,132,120); }

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

border-color css

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

 span { border-color: rgb(176,132,120); }

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