Html Css Color HEX #B083A4 Bouquet

📋 copy color: '#B083A4'

red 176 ◦ green 131 ◦ blue 164

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

Shades of Bouquet #B083A4

Tints of Bouquet #B083A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.82%

R = 37.37%
G = 27.81%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B083A4 (or 0xB083A4) is known color: Bouquet. HEX triplet: B0, 83 and A4. RGB value is (176,131,164). Sum of RGB (Red+Green+Blue) = 176+131+164=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B083A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083A4 is #4F7C5B. Grayscale: #949494. Windows color (decimal): -5209180 or 10781616. OLE color: 10781616.

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

Color convert

RGB 176 131 164 -
CMYK 0 0.26 0.07 0.31
HSL 316º 0.22% 0.6% -
HSV(B) 316º 0.26% 0.69% -
XYZ 32.72 28.14 38.83 -
YUV 148.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 176 131 164 0 0.26 0.07 0.31 316 0.22 0.6
Hex B0 83 A4 0 1A 7 1F 13C 16 3C
Octal 260 203 244 0 32 7 37 474 26 74
Binary 10110000 10000011 10100100 0 11010 111 11111 100111100 10110 111100

Color Harmonies of #B083A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B083A4

Black with #B083A4

Text Example


Text Example

White with #B083A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B083A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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