Html Css Color HEX #B45339 Orange Roughy

📋 copy color: '#B45339'

red 180 ◦ green 83 ◦ blue 57

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

Shades of Orange Roughy #B45339

Tints of Orange Roughy #B45339

RGB

 RED value IS 180 (70.7% from 255) = 56.25%

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 57 (22.66% from 255) = 17.81%

R = 56.25%
G = 25.94%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B45339 (or 0xB45339) is known color: Orange Roughy. HEX triplet: B4, 53 and 39. RGB value is (180,83,57). Sum of RGB (Red+Green+Blue) = 180+83+57=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B45339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45339 is #4BACC6. Grayscale: #6D6D6D. Windows color (decimal): -4959431 or 3756980. OLE color: 3756980.

HSL color Cylindrical-coordinate representation of color #B45339: hue angle of 12.68º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B45339 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 57 -
CMYK 0 0.54 0.68 0.29
HSL 12.68º 0.52% 0.46% -
HSV(B) 12.68º 0.68% 0.71% -
XYZ 22.65 16.19 5.8 -
YUV 109.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 180 83 57 0 0.54 0.68 0.29 12.68 0.52 0.46
Hex B4 53 39 0 36 44 1D D 34 2E
Octal 264 123 71 0 66 104 35 15 64 56
Binary 10110100 1010011 111001 0 110110 1000100 11101 1101 110100 101110

Color Harmonies of #B45339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45339

Black with #B45339

Text Example


Text Example

White with #B45339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45339; }

 p { color: rgb(180,83,57); }

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

background-color css

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

 a { background-color: rgb(180,83,57); }

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

border-color css

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

 span { border-color: rgb(180,83,57); }

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