Html Css Color HEX #B05A3A Orange Roughy

📋 copy color: '#B05A3A'

red 176 ◦ green 90 ◦ blue 58

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

Shades of Orange Roughy #B05A3A

Tints of Orange Roughy #B05A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 54.32%
G = 27.78%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B05A3A (or 0xB05A3A) is known color: Orange Roughy. HEX triplet: B0, 5A and 3A. RGB value is (176,90,58). Sum of RGB (Red+Green+Blue) = 176+90+58=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A3A is #4FA5C5. Grayscale: #707070. Windows color (decimal): -5219782 or 3824304. OLE color: 3824304.

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

Color convert

RGB 176 90 58 -
CMYK 0 0.49 0.67 0.31
HSL 16.27º 0.5% 0.46% -
HSV(B) 16.27º 0.67% 0.69% -
XYZ 22.32 16.85 6.08 -
YUV 112.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 176 90 58 0 0.49 0.67 0.31 16.27 0.5 0.46
Hex B0 5A 3A 0 31 43 1F 10 32 2E
Octal 260 132 72 0 61 103 37 20 62 56
Binary 10110000 1011010 111010 0 110001 1000011 11111 10000 110010 101110

Color Harmonies of #B05A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A3A

Black with #B05A3A

Text Example


Text Example

White with #B05A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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