Html Css Color HEX #B48B7B Brandy Rose

📋 copy color: '#B48B7B'

red 180 ◦ green 139 ◦ blue 123

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

Shades of Brandy Rose #B48B7B

Tints of Brandy Rose #B48B7B

RGB

 RED value IS 180 (70.7% from 255) = 40.72%

 GREEN value IS 139 (54.69% from 255) = 31.45%

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 40.72%
G = 31.45%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B48B7B (or 0xB48B7B) is known color: Brandy Rose. HEX triplet: B4, 8B and 7B. RGB value is (180,139,123). Sum of RGB (Red+Green+Blue) = 180+139+123=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B7B is #4B7484. Grayscale: #959595. Windows color (decimal): -4945029 or 8096692. OLE color: 8096692.

HSL color Cylindrical-coordinate representation of color #B48B7B: hue angle of 16.84º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48B7B is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 139 123 -
CMYK 0 0.23 0.32 0.29
HSL 16.84º 0.28% 0.59% -
HSV(B) 16.84º 0.32% 0.71% -
XYZ 31.63 29.6 22.78 -
YUV 149.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 180 139 123 0 0.23 0.32 0.29 16.84 0.28 0.59
Hex B4 8B 7B 0 17 20 1D 11 1C 3B
Octal 264 213 173 0 27 40 35 21 34 73
Binary 10110100 10001011 1111011 0 10111 100000 11101 10001 11100 111011

Color Harmonies of #B48B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B7B

Black with #B48B7B

Text Example


Text Example

White with #B48B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B7B; }

 p { color: rgb(180,139,123); }

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

background-color css

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

 a { background-color: rgb(180,139,123); }

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

border-color css

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

 span { border-color: rgb(180,139,123); }

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