Html Css Color HEX #B2503C Orange Roughy

📋 copy color: '#B2503C'

red 178 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #B2503C

Tints of Orange Roughy #B2503C

RGB

 RED value IS 178 (69.92% from 255) = 55.97%

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 55.97%
G = 25.16%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2503C (or 0xB2503C) is known color: Orange Roughy. HEX triplet: B2, 50 and 3C. RGB value is (178,80,60). Sum of RGB (Red+Green+Blue) = 178+80+60=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2503C is #4DAFC3. Grayscale: #6B6B6B. Windows color (decimal): -5091268 or 3952818. OLE color: 3952818.

HSL color Cylindrical-coordinate representation of color #B2503C: hue angle of 10.17º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2503C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 60 -
CMYK 0 0.55 0.66 0.30
HSL 10.17º 0.5% 0.47% -
HSV(B) 10.17º 0.66% 0.7% -
XYZ 22.04 15.53 6.11 -
YUV 107.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 178 80 60 0 0.55 0.66 0.30 10.17 0.5 0.47
Hex B2 50 3C 0 37 42 1E A 32 2F
Octal 262 120 74 0 67 102 36 12 62 57
Binary 10110010 1010000 111100 0 110111 1000010 11110 1010 110010 101111

Color Harmonies of #B2503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2503C

Black with #B2503C

Text Example


Text Example

White with #B2503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2503C; }

 p { color: rgb(178,80,60); }

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

background-color css

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

 a { background-color: rgb(178,80,60); }

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

border-color css

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

 span { border-color: rgb(178,80,60); }

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