Html Css Color HEX #B08383 Brandy Rose

📋 copy color: '#B08383'

red 176 ◦ green 131 ◦ blue 131

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

Shades of Brandy Rose #B08383

Tints of Brandy Rose #B08383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

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

R = 40.18%
G = 29.91%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08383 (or 0xB08383) is known color: Brandy Rose. HEX triplet: B0, 83 and 83. RGB value is (176,131,131). Sum of RGB (Red+Green+Blue) = 176+131+131=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B08383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08383 is #4F7C7C. Grayscale: #909090. Windows color (decimal): -5209213 or 8618928. OLE color: 8618928.

HSL color Cylindrical-coordinate representation of color #B08383: hue angle of 0º 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 #B08383 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 131 -
CMYK 0 0.26 0.26 0.31
HSL 0.22% 0.6% -
HSV(B) 0.26% 0.69% -
XYZ 30.12 27.1 25.12 -
YUV 144.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 176 131 131 0 0.26 0.26 0.31 0 0.22 0.6
Hex B0 83 83 0 1A 1A 1F 0 16 3C
Octal 260 203 203 0 32 32 37 0 26 74
Binary 10110000 10000011 10000011 0 11010 11010 11111 0 10110 111100

Color Harmonies of #B08383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08383

Black with #B08383

Text Example


Text Example

White with #B08383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08383; }

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

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

background-color css

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

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

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

border-color css

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

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

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