Html Css Color HEX #B0583A Orange Roughy

📋 copy color: '#B0583A'

red 176 ◦ green 88 ◦ blue 58

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

Shades of Orange Roughy #B0583A

Tints of Orange Roughy #B0583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 54.66%
G = 27.33%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0583A (or 0xB0583A) is known color: Orange Roughy. HEX triplet: B0, 58 and 3A. RGB value is (176,88,58). Sum of RGB (Red+Green+Blue) = 176+88+58=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0583A is #4FA7C5. Grayscale: #6F6F6F. Windows color (decimal): -5220294 or 3823792. OLE color: 3823792.

HSL color Cylindrical-coordinate representation of color #B0583A: hue angle of 15.25º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0583A is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 58 -
CMYK 0 0.50 0.67 0.31
HSL 15.25º 0.5% 0.46% -
HSV(B) 15.25º 0.67% 0.69% -
XYZ 22.16 16.52 6.02 -
YUV 110.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 176 88 58 0 0.50 0.67 0.31 15.25 0.5 0.46
Hex B0 58 3A 0 32 43 1F F 32 2E
Octal 260 130 72 0 62 103 37 17 62 56
Binary 10110000 1011000 111010 0 110010 1000011 11111 1111 110010 101110

Color Harmonies of #B0583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0583A

Black with #B0583A

Text Example


Text Example

White with #B0583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0583A; }

 p { color: rgb(176,88,58); }

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

background-color css

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

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

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

border-color css

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

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

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