Html Css Color HEX #B07BA5 Bouquet

📋 copy color: '#B07BA5'

red 176 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #B07BA5

Tints of Bouquet #B07BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 37.93%
G = 26.51%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B07BA5 (or 0xB07BA5) is known color: Bouquet. HEX triplet: B0, 7B and A5. RGB value is (176,123,165). Sum of RGB (Red+Green+Blue) = 176+123+165=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA5 is #4F845A. Grayscale: #8F8F8F. Windows color (decimal): -5211227 or 10845104. OLE color: 10845104.

HSL color Cylindrical-coordinate representation of color #B07BA5: hue angle of 312.45º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07BA5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 165 -
CMYK 0 0.30 0.06 0.31
HSL 312.45º 0.25% 0.59% -
HSV(B) 312.45º 0.3% 0.69% -
XYZ 31.78 26.11 38.96 -
YUV 143.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 176 123 165 0 0.30 0.06 0.31 312.45 0.25 0.59
Hex B0 7B A5 0 1E 6 1F 138 19 3B
Octal 260 173 245 0 36 6 37 470 31 73
Binary 10110000 1111011 10100101 0 11110 110 11111 100111000 11001 111011

Color Harmonies of #B07BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BA5

Black with #B07BA5

Text Example


Text Example

White with #B07BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BA5; }

 p { color: rgb(176,123,165); }

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

background-color css

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

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

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

border-color css

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

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

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