Html Css Color HEX #B4533C Orange Roughy

📋 copy color: '#B4533C'

red 180 ◦ green 83 ◦ blue 60

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

Shades of Orange Roughy #B4533C

Tints of Orange Roughy #B4533C

RGB

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

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

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

R = 55.73%
G = 25.7%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4533C (or 0xB4533C) is known color: Orange Roughy. HEX triplet: B4, 53 and 3C. RGB value is (180,83,60). Sum of RGB (Red+Green+Blue) = 180+83+60=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4533C is #4BACC3. Grayscale: #6D6D6D. Windows color (decimal): -4959428 or 3953588. OLE color: 3953588.

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

Color convert

RGB 180 83 60 -
CMYK 0 0.54 0.67 0.29
HSL 11.5º 0.5% 0.47% -
HSV(B) 11.5º 0.67% 0.71% -
XYZ 22.73 16.22 6.21 -
YUV 109.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 180 83 60 0 0.54 0.67 0.29 11.5 0.5 0.47
Hex B4 53 3C 0 36 43 1D C 32 2F
Octal 264 123 74 0 66 103 35 14 62 57
Binary 10110100 1010011 111100 0 110110 1000011 11101 1100 110010 101111

Color Harmonies of #B4533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4533C

Black with #B4533C

Text Example


Text Example

White with #B4533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4533C; }

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

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

background-color css

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

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

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

border-color css

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

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

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