Html Css Color HEX #B08783 Brandy Rose

📋 copy color: '#B08783'

red 176 ◦ green 135 ◦ blue 131

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

Shades of Brandy Rose #B08783

Tints of Brandy Rose #B08783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.54%

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

R = 39.82%
G = 30.54%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08783 (or 0xB08783) is known color: Brandy Rose. HEX triplet: B0, 87 and 83. RGB value is (176,135,131). Sum of RGB (Red+Green+Blue) = 176+135+131=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08783 is #4F787C. Grayscale: #929292. Windows color (decimal): -5208189 or 8619952. OLE color: 8619952.

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

Color convert

RGB 176 135 131 -
CMYK 0 0.23 0.26 0.31
HSL 5.33º 0.22% 0.6% -
HSV(B) 5.33º 0.26% 0.69% -
XYZ 30.67 28.2 25.3 -
YUV 146.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 176 135 131 0 0.23 0.26 0.31 5.33 0.22 0.6
Hex B0 87 83 0 17 1A 1F 5 16 3C
Octal 260 207 203 0 27 32 37 5 26 74
Binary 10110000 10000111 10000011 0 10111 11010 11111 101 10110 111100

Color Harmonies of #B08783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08783

Black with #B08783

Text Example


Text Example

White with #B08783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08783; }

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

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

background-color css

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

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

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

border-color css

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

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

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