Html Css Color HEX #B05038 Orange Roughy

📋 copy color: '#B05038'

red 176 ◦ green 80 ◦ blue 56

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

Shades of Orange Roughy #B05038

Tints of Orange Roughy #B05038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 56.41%
G = 25.64%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05038 (or 0xB05038) is known color: Orange Roughy. HEX triplet: B0, 50 and 38. RGB value is (176,80,56). Sum of RGB (Red+Green+Blue) = 176+80+56=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B05038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05038 is #4FAFC7. Grayscale: #6A6A6A. Windows color (decimal): -5222344 or 3690672. OLE color: 3690672.

HSL color Cylindrical-coordinate representation of color #B05038: hue angle of 12º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B05038 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 56 -
CMYK 0 0.55 0.68 0.31
HSL 12º 0.52% 0.45% -
HSV(B) 12º 0.68% 0.69% -
XYZ 21.49 15.25 5.55 -
YUV 105.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 176 80 56 0 0.55 0.68 0.31 12 0.52 0.45
Hex B0 50 38 0 37 44 1F C 34 2D
Octal 260 120 70 0 67 104 37 14 64 55
Binary 10110000 1010000 111000 0 110111 1000100 11111 1100 110100 101101

Color Harmonies of #B05038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05038

Black with #B05038

Text Example


Text Example

White with #B05038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05038; }

 p { color: rgb(176,80,56); }

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

background-color css

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

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

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

border-color css

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

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

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