Html Css Color HEX #B08483 Brandy Rose

📋 copy color: '#B08483'

red 176 ◦ green 132 ◦ blue 131

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

Shades of Brandy Rose #B08483

Tints of Brandy Rose #B08483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 40.09%
G = 30.07%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08483 (or 0xB08483) is known color: Brandy Rose. HEX triplet: B0, 84 and 83. RGB value is (176,132,131). Sum of RGB (Red+Green+Blue) = 176+132+131=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08483 is #4F7B7C. Grayscale: #919191. Windows color (decimal): -5208957 or 8619184. OLE color: 8619184.

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

Color convert

RGB 176 132 131 -
CMYK 0 0.25 0.26 0.31
HSL 1.33º 0.22% 0.6% -
HSV(B) 1.33º 0.26% 0.69% -
XYZ 30.25 27.37 25.16 -
YUV 145.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 176 132 131 0 0.25 0.26 0.31 1.33 0.22 0.6
Hex B0 84 83 0 19 1A 1F 1 16 3C
Octal 260 204 203 0 31 32 37 1 26 74
Binary 10110000 10000100 10000011 0 11001 11010 11111 1 10110 111100

Color Harmonies of #B08483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08483

Black with #B08483

Text Example


Text Example

White with #B08483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08483; }

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

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

background-color css

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

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

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

border-color css

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

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

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