Html Css Color HEX #B0543C Orange Roughy

📋 copy color: '#B0543C'

red 176 ◦ green 84 ◦ blue 60

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

Shades of Orange Roughy #B0543C

Tints of Orange Roughy #B0543C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 55%
G = 26.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0543C (or 0xB0543C) is known color: Orange Roughy. HEX triplet: B0, 54 and 3C. RGB value is (176,84,60). Sum of RGB (Red+Green+Blue) = 176+84+60=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0543C is #4FABC3. Grayscale: #6C6C6C. Windows color (decimal): -5221316 or 3953840. OLE color: 3953840.

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

Color convert

RGB 176 84 60 -
CMYK 0 0.52 0.66 0.31
HSL 12.41º 0.49% 0.46% -
HSV(B) 12.41º 0.66% 0.69% -
XYZ 21.89 15.9 6.19 -
YUV 108.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 176 84 60 0 0.52 0.66 0.31 12.41 0.49 0.46
Hex B0 54 3C 0 34 42 1F C 31 2E
Octal 260 124 74 0 64 102 37 14 61 56
Binary 10110000 1010100 111100 0 110100 1000010 11111 1100 110001 101110

Color Harmonies of #B0543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0543C

Black with #B0543C

Text Example


Text Example

White with #B0543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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