Html Css Color HEX #B05838 Orange Roughy

📋 copy color: '#B05838'

red 176 ◦ green 88 ◦ blue 56

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

Shades of Orange Roughy #B05838

Tints of Orange Roughy #B05838

RGB

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

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

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

R = 55%
G = 27.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05838 (or 0xB05838) is known color: Orange Roughy. HEX triplet: B0, 58 and 38. RGB value is (176,88,56). Sum of RGB (Red+Green+Blue) = 176+88+56=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B05838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05838 is #4FA7C7. Grayscale: #6E6E6E. Windows color (decimal): -5220296 or 3692720. OLE color: 3692720.

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

Color convert

RGB 176 88 56 -
CMYK 0 0.50 0.68 0.31
HSL 16º 0.52% 0.45% -
HSV(B) 16º 0.68% 0.69% -
XYZ 22.11 16.5 5.76 -
YUV 110.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 176 88 56 0 0.50 0.68 0.31 16 0.52 0.45
Hex B0 58 38 0 32 44 1F 10 34 2D
Octal 260 130 70 0 62 104 37 20 64 55
Binary 10110000 1011000 111000 0 110010 1000100 11111 10000 110100 101101

Color Harmonies of #B05838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05838

Black with #B05838

Text Example


Text Example

White with #B05838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05838; }

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

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

background-color css

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

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

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

border-color css

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

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

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