Html Css Color HEX #B08484 Brandy Rose

📋 copy color: '#B08484'

red 176 ◦ green 132 ◦ blue 132

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

Shades of Brandy Rose #B08484

Tints of Brandy Rose #B08484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30%

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B08484 (or 0xB08484) is known color: Brandy Rose. HEX triplet: B0, 84 and 84. RGB value is (176,132,132). Sum of RGB (Red+Green+Blue) = 176+132+132=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B08484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08484 is #4F7B7B. Grayscale: #919191. Windows color (decimal): -5208956 or 8684720. OLE color: 8684720.

HSL color Cylindrical-coordinate representation of color #B08484: 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.25%. Process color model (Four color, CMYK) of #B08484 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 132 -
CMYK 0 0.25 0.25 0.31
HSL 0.22% 0.6% -
HSV(B) 0.25% 0.69% -
XYZ 30.32 27.4 25.52 -
YUV 145.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 176 132 132 0 0.25 0.25 0.31 0 0.22 0.6
Hex B0 84 84 0 19 19 1F 0 16 3C
Octal 260 204 204 0 31 31 37 0 26 74
Binary 10110000 10000100 10000100 0 11001 11001 11111 0 10110 111100

Color Harmonies of #B08484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08484

Black with #B08484

Text Example


Text Example

White with #B08484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08484; }

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

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

background-color css

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

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

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

border-color css

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

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

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