Html Css Color HEX #BF0A6B Jazzberry Jam

📋 copy color: '#BF0A6B'

red 191 ◦ green 10 ◦ blue 107

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

Shades of Jazzberry Jam #BF0A6B

Tints of Jazzberry Jam #BF0A6B

RGB

 RED value IS 191 (75% from 255) = 62.01%

 GREEN value IS 10 (4.3% from 255) = 3.25%

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 62.01%
G = 3.25%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF0A6B (or 0xBF0A6B) is known color: Jazzberry Jam. HEX triplet: BF, 0A and 6B. RGB value is (191,10,107). Sum of RGB (Red+Green+Blue) = 191+10+107=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0A6B is #40F594. Grayscale: #4A4A4A. Windows color (decimal): -4257173 or 7015103. OLE color: 7015103.

HSL color Cylindrical-coordinate representation of color #BF0A6B: hue angle of 327.85º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A6B is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 10 107 -
CMYK 0 0.95 0.44 0.25
HSL 327.85º 0.9% 0.39% -
HSV(B) 327.85º 0.95% 0.75% -
XYZ 24.25 12.35 15.02 -
YUV 75.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 191 10 107 0 0.95 0.44 0.25 327.85 0.9 0.39
Hex BF A 6B 0 5F 2C 19 148 5A 27
Octal 277 12 153 0 137 54 31 510 132 47
Binary 10111111 1010 1101011 0 1011111 101100 11001 101001000 1011010 100111

Color Harmonies of #BF0A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0A6B

Black with #BF0A6B

Text Example


Text Example

White with #BF0A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0A6B; }

 p { color: rgb(191,10,107); }

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

background-color css

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

 a { background-color: rgb(191,10,107); }

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

border-color css

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

 span { border-color: rgb(191,10,107); }

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