Html Css Color HEX #B05438 Orange Roughy

📋 copy color: '#B05438'

red 176 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #B05438

Tints of Orange Roughy #B05438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 55.7%
G = 26.58%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05438 (or 0xB05438) is known color: Orange Roughy. HEX triplet: B0, 54 and 38. RGB value is (176,84,56). Sum of RGB (Red+Green+Blue) = 176+84+56=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B05438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05438 is #4FABC7. Grayscale: #6C6C6C. Windows color (decimal): -5221320 or 3691696. OLE color: 3691696.

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

Color convert

RGB 176 84 56 -
CMYK 0 0.52 0.68 0.31
HSL 14º 0.52% 0.45% -
HSV(B) 14º 0.68% 0.69% -
XYZ 21.79 15.86 5.65 -
YUV 108.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 176 84 56 0 0.52 0.68 0.31 14 0.52 0.45
Hex B0 54 38 0 34 44 1F E 34 2D
Octal 260 124 70 0 64 104 37 16 64 55
Binary 10110000 1010100 111000 0 110100 1000100 11111 1110 110100 101101

Color Harmonies of #B05438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05438

Black with #B05438

Text Example


Text Example

White with #B05438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05438; }

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

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

background-color css

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

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

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

border-color css

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

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

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